2023-10-26T12:56:53.717 INFO:root:teuthology version: 0.0.1.dev201+g202b180 2023-10-26T12:56:53.718 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356/orig.config.yaml 2023-10-26T12:56:53.787 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-26T12:56:53.879 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356 branch: wip-yuri5-testing-2023-10-24-0737-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7437356' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri5-testing-2023-10-24-0737-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: f2ece71a1e784ed2e115679dd66f690a9706b8a8 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-10-24-0737-pacific sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4122 sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-10-24-0737-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAPgkk0AN3lx1z37Yxo4IJme1pWTMNx4ADVGNYGwPZqGiu/mz4OQpxVTv2AFojeEwAVq3VaR87wh4kgcefHYczE= smithi175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8Zkfr5DYI9cfBkWOMgWlCwa66bxwJM6NE6bzvIdlIuAAMymiNXM+6uMRWyogpMNbK6iNgAhZpH2leISyjxdxc= 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: 202b180cb047e798fb131047314a862593f45403 timestamp: 2023-10-25_14:34:26 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.770726 2023-10-26T12:56:53.880 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa; will attempt to use it 2023-10-26T12:56:53.880 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa/tasks 2023-10-26T12:56:53.881 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-26T12:56:53.883 INFO:teuthology.task.internal:Checking packages... 2023-10-26T12:56:53.906 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f2ece71a1e784ed2e115679dd66f690a9706b8a8' 2023-10-26T12:56:53.906 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-26T12:56:53.906 INFO:teuthology.packaging:ref: None 2023-10-26T12:56:53.907 INFO:teuthology.packaging:tag: None 2023-10-26T12:56:53.907 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-10-24-0737-pacific 2023-10-26T12:56:53.907 INFO:teuthology.packaging:sha1: f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T12:56:53.908 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-10-24-0737-pacific 2023-10-26T12:56:54.279 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-106.gf2ece71a 2023-10-26T12:56:54.279 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-26T12:56:54.286 INFO:teuthology.task.internal:no buildpackages task found 2023-10-26T12:56:54.287 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-26T12:56:54.304 INFO:teuthology.task.internal:Saving configuration 2023-10-26T12:56:54.318 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-26T12:56:54.325 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-26T12:56:54.350 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-26 12:51:42.704273', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAPgkk0AN3lx1z37Yxo4IJme1pWTMNx4ADVGNYGwPZqGiu/mz4OQpxVTv2AFojeEwAVq3VaR87wh4kgcefHYczE='} 2023-10-26T12:56:54.372 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-26 12:51:42.705515', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8Zkfr5DYI9cfBkWOMgWlCwa66bxwJM6NE6bzvIdlIuAAMymiNXM+6uMRWyogpMNbK6iNgAhZpH2leISyjxdxc='} 2023-10-26T12:56:54.373 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-26T12:56:54.379 INFO:teuthology.task.internal:roles: ubuntu@smithi067.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-26T12:56:54.379 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-26T12:56:54.379 INFO:teuthology.run_tasks:Running task console_log... 2023-10-26T12:56:54.454 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9fb3b8bb80>, signals=[15]) 2023-10-26T12:56:54.455 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-26T12:56:54.461 INFO:teuthology.task.internal:Opening connections... 2023-10-26T12:56:54.461 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2023-10-26T12:56:54.463 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T12:56:54.536 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2023-10-26T12:56:54.538 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T12:56:54.608 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-26T12:56:54.616 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2023-10-26T12:56:54.640 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2023-10-26T12:56:54.640 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2023-10-26T12:56:54.702 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="CentOS Stream" 2023-10-26T12:56:54.702 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="8" 2023-10-26T12:56:54.702 INFO:teuthology.orchestra.run.smithi067.stdout:ID="centos" 2023-10-26T12:56:54.703 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="rhel fedora" 2023-10-26T12:56:54.703 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="8" 2023-10-26T12:56:54.703 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el8" 2023-10-26T12:56:54.703 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-26T12:56:54.704 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2023-10-26T12:56:54.704 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-26T12:56:54.704 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://centos.org/" 2023-10-26T12:56:54.704 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-26T12:56:54.705 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-26T12:56:54.705 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-26T12:56:54.706 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2023-10-26T12:56:54.731 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2023-10-26T12:56:54.753 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2023-10-26T12:56:54.754 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2023-10-26T12:56:54.815 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="CentOS Stream" 2023-10-26T12:56:54.815 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="8" 2023-10-26T12:56:54.815 INFO:teuthology.orchestra.run.smithi175.stdout:ID="centos" 2023-10-26T12:56:54.816 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE="rhel fedora" 2023-10-26T12:56:54.816 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="8" 2023-10-26T12:56:54.816 INFO:teuthology.orchestra.run.smithi175.stdout:PLATFORM_ID="platform:el8" 2023-10-26T12:56:54.816 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-26T12:56:54.816 INFO:teuthology.orchestra.run.smithi175.stdout:ANSI_COLOR="0;31" 2023-10-26T12:56:54.817 INFO:teuthology.orchestra.run.smithi175.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-26T12:56:54.817 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://centos.org/" 2023-10-26T12:56:54.817 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-26T12:56:54.817 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-26T12:56:54.818 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-26T12:56:54.818 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2023-10-26T12:56:54.839 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-26T12:56:54.848 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-26T12:56:54.853 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-26T12:56:54.853 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2023-10-26T12:56:54.856 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2023-10-26T12:56:54.876 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-26T12:56:54.882 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-26T12:56:54.882 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2023-10-26T12:56:54.918 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2023-10-26T12:56:54.941 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-26T12:56:54.995 INFO:teuthology.run_tasks:Running task kernel... 2023-10-26T12:56:55.011 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-26T12:56:55.013 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-26T12:56:55.014 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-26T12:56:55.015 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-26T12:56:55.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T12:56:55.037 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2023-10-26T12:56:55.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T12:56:55.038 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2023-10-26T12:56:55.096 INFO:teuthology.orchestra.run.smithi175.stdout:4.18.0-489.el8.x86_64 2023-10-26T12:56:55.096 INFO:teuthology.task.kernel:Running kernel on smithi175: 4.18.0-489.el8.x86_64 2023-10-26T12:56:55.097 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum install -y kernel 2023-10-26T12:56:55.099 INFO:teuthology.orchestra.run.smithi067.stdout:4.18.0-489.el8.x86_64 2023-10-26T12:56:55.099 INFO:teuthology.task.kernel:Running kernel on smithi067: 4.18.0-489.el8.x86_64 2023-10-26T12:56:55.100 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2023-10-26T12:56:58.718 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 8 - AppStream 30 MB/s | 34 MB 00:01 2023-10-26T12:56:58.841 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - AppStream 29 MB/s | 34 MB 00:01 2023-10-26T12:57:08.376 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 51 MB 00:03 2023-10-26T12:57:08.483 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 51 MB 00:03 2023-10-26T12:57:16.075 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2023-10-26T12:57:16.774 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - Extras 34 kB/s | 18 kB 00:00 2023-10-26T12:57:16.992 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 8 - Extras common packages 9.4 kB/s | 6.9 kB 00:00 2023-10-26T12:57:17.250 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-10-26T12:57:17.285 INFO:teuthology.orchestra.run.smithi175.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-10-26T12:57:17.576 INFO:teuthology.orchestra.run.smithi067.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-10-26T12:57:18.611 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-10-26T12:57:18.646 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-10-26T12:57:22.469 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 421 kB/s | 24 kB 00:00 2023-10-26T12:57:22.869 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 126 kB/s | 24 kB 00:00 2023-10-26T12:57:26.051 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-26T12:57:26.052 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-26T12:57:26.306 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-10-26T12:57:26.306 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T12:57:26.307 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2023-10-26T12:57:26.307 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T12:57:26.307 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2023-10-26T12:57:26.307 INFO:teuthology.orchestra.run.smithi175.stdout: kernel x86_64 4.18.0-518.el8 baseos 10 M 2023-10-26T12:57:26.308 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2023-10-26T12:57:26.308 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-core x86_64 4.18.0-518.el8 baseos 43 M 2023-10-26T12:57:26.308 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules x86_64 4.18.0-518.el8 baseos 36 M 2023-10-26T12:57:26.308 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T12:57:26.308 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-10-26T12:57:26.309 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T12:57:26.309 INFO:teuthology.orchestra.run.smithi175.stdout:Install 3 Packages 2023-10-26T12:57:26.309 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T12:57:26.310 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 89 M 2023-10-26T12:57:26.310 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 96 M 2023-10-26T12:57:26.310 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2023-10-26T12:57:26.911 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-26T12:57:26.912 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-26T12:57:27.203 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2023-10-26T12:57:27.204 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T12:57:27.204 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2023-10-26T12:57:27.204 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T12:57:27.204 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2023-10-26T12:57:27.205 INFO:teuthology.orchestra.run.smithi067.stdout: kernel x86_64 4.18.0-518.el8 baseos 10 M 2023-10-26T12:57:27.205 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2023-10-26T12:57:27.205 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core x86_64 4.18.0-518.el8 baseos 43 M 2023-10-26T12:57:27.205 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules x86_64 4.18.0-518.el8 baseos 36 M 2023-10-26T12:57:27.205 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T12:57:27.206 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2023-10-26T12:57:27.206 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T12:57:27.206 INFO:teuthology.orchestra.run.smithi067.stdout:Install 3 Packages 2023-10-26T12:57:27.206 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T12:57:27.207 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 89 M 2023-10-26T12:57:27.207 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 96 M 2023-10-26T12:57:27.207 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2023-10-26T12:57:28.711 INFO:teuthology.orchestra.run.smithi175.stdout:(1/3): kernel-4.18.0-518.el8.x86_64.rpm 4.3 MB/s | 10 MB 00:02 2023-10-26T12:57:28.937 INFO:teuthology.orchestra.run.smithi067.stdout:(1/3): kernel-4.18.0-518.el8.x86_64.rpm 6.1 MB/s | 10 MB 00:01 2023-10-26T12:57:30.595 INFO:teuthology.orchestra.run.smithi175.stdout:(2/3): kernel-modules-4.18.0-518.el8.x86_64.rpm 8.5 MB/s | 36 MB 00:04 2023-10-26T12:57:30.829 INFO:teuthology.orchestra.run.smithi067.stdout:(2/3): kernel-core-4.18.0-518.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-10-26T12:57:31.053 INFO:teuthology.orchestra.run.smithi175.stdout:(3/3): kernel-core-4.18.0-518.el8.x86_64.rpm 9.2 MB/s | 43 MB 00:04 2023-10-26T12:57:31.054 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2023-10-26T12:57:31.054 INFO:teuthology.orchestra.run.smithi175.stdout:Total 19 MB/s | 89 MB 00:04 2023-10-26T12:57:31.604 INFO:teuthology.orchestra.run.smithi067.stdout:(3/3): kernel-modules-4.18.0-518.el8.x86_64.rpm 8.3 MB/s | 36 MB 00:04 2023-10-26T12:57:31.604 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2023-10-26T12:57:31.605 INFO:teuthology.orchestra.run.smithi067.stdout:Total 20 MB/s | 89 MB 00:04 2023-10-26T12:57:31.722 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2023-10-26T12:57:32.158 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2023-10-26T12:57:32.158 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2023-10-26T12:57:32.309 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2023-10-26T12:57:32.740 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2023-10-26T12:57:32.740 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2023-10-26T12:57:33.380 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2023-10-26T12:57:33.401 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2023-10-26T12:57:34.022 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2023-10-26T12:57:34.043 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2023-10-26T12:57:36.148 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2023-10-26T12:57:36.660 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-core-4.18.0-518.el8.x86_64 1/3 2023-10-26T12:57:36.953 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2023-10-26T12:57:38.247 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-core-4.18.0-518.el8.x86_64 1/3 2023-10-26T12:57:40.262 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-4.18.0-518.el8.x86_64 1/3 2023-10-26T12:57:40.692 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-modules-4.18.0-518.el8.x86_64 2/3 2023-10-26T12:57:41.987 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-4.18.0-518.el8.x86_64 1/3 2023-10-26T12:57:42.403 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-4.18.0-518.el8.x86_64 2/3 2023-10-26T12:57:44.074 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-4.18.0-518.el8.x86_64 2/3 2023-10-26T12:57:44.339 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:57:46.023 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-4.18.0-518.el8.x86_64 2/3 2023-10-26T12:57:46.305 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:06.045 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:06.068 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:06.399 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:06.400 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-4.18.0-518.el8.x86_64 1/3 2023-10-26T12:58:06.400 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-core-4.18.0-518.el8.x86_64 2/3 2023-10-26T12:58:07.615 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-modules-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:07.615 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T12:58:07.616 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2023-10-26T12:58:07.616 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-4.18.0-518.el8.x86_64 kernel-core-4.18.0-518.el8.x86_64 2023-10-26T12:58:07.616 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-4.18.0-518.el8.x86_64 2023-10-26T12:58:07.616 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T12:58:07.617 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-10-26T12:58:07.777 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2023-10-26T12:58:07.992 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-4.18.0-518.el8.x86_64 2023-10-26T12:58:07.992 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-518.el8.x86_64 2023-10-26T12:58:07.992 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-518.el8.x86_64 2023-10-26T12:58:07.993 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-26T12:58:07.993 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-26T12:58:07.993 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-26T12:58:07.993 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi175.front.sepia.ceph.com, path=None, version=distro) 2023-10-26T12:58:07.994 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2023-10-26T12:58:08.202 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-4.18.0-518.el8.x86_64 2023-10-26T12:58:08.203 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-518.el8.x86_64 2023-10-26T12:58:08.203 DEBUG:teuthology.orchestra.run.smithi175:> sudo rpm -qi grub2-tools 2023-10-26T12:58:08.237 INFO:teuthology.orchestra.run.smithi175.stdout:Name : grub2-tools 2023-10-26T12:58:08.237 INFO:teuthology.orchestra.run.smithi175.stdout:Epoch : 1 2023-10-26T12:58:08.237 INFO:teuthology.orchestra.run.smithi175.stdout:Version : 2.02 2023-10-26T12:58:08.237 INFO:teuthology.orchestra.run.smithi175.stdout:Release : 129.el8 2023-10-26T12:58:08.238 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: x86_64 2023-10-26T12:58:08.238 INFO:teuthology.orchestra.run.smithi175.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-26T12:58:08.238 INFO:teuthology.orchestra.run.smithi175.stdout:Group : System Environment/Base 2023-10-26T12:58:08.238 INFO:teuthology.orchestra.run.smithi175.stdout:Size : 9265586 2023-10-26T12:58:08.239 INFO:teuthology.orchestra.run.smithi175.stdout:License : GPLv3+ 2023-10-26T12:58:08.239 INFO:teuthology.orchestra.run.smithi175.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-26T12:58:08.239 INFO:teuthology.orchestra.run.smithi175.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-26T12:58:08.239 INFO:teuthology.orchestra.run.smithi175.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-26T12:58:08.239 INFO:teuthology.orchestra.run.smithi175.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-26T12:58:08.239 INFO:teuthology.orchestra.run.smithi175.stdout:Relocations : (not relocatable) 2023-10-26T12:58:08.240 INFO:teuthology.orchestra.run.smithi175.stdout:Packager : CentOS BuildSystem 2023-10-26T12:58:08.240 INFO:teuthology.orchestra.run.smithi175.stdout:Vendor : CentOS 2023-10-26T12:58:08.240 INFO:teuthology.orchestra.run.smithi175.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-26T12:58:08.240 INFO:teuthology.orchestra.run.smithi175.stdout:Summary : Support tools for GRUB. 2023-10-26T12:58:08.240 INFO:teuthology.orchestra.run.smithi175.stdout:Description : 2023-10-26T12:58:08.241 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T12:58:08.241 INFO:teuthology.orchestra.run.smithi175.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-26T12:58:08.241 INFO:teuthology.orchestra.run.smithi175.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-26T12:58:08.241 INFO:teuthology.orchestra.run.smithi175.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-26T12:58:08.241 INFO:teuthology.orchestra.run.smithi175.stdout:hardware devices. 2023-10-26T12:58:08.242 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T12:58:08.242 INFO:teuthology.orchestra.run.smithi175.stdout:This subpackage provides tools for support of all platforms. 2023-10-26T12:58:08.243 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-26T12:58:08.243 INFO:teuthology.task.kernel:Updating grub on smithi175 to boot 4.18.0-518.el8.x86_64 2023-10-26T12:58:08.243 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-26T12:58:09.440 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:09.466 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:09.734 INFO:teuthology.orchestra.run.smithi175.stderr:Generating grub configuration file ... 2023-10-26T12:58:10.137 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:10.137 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-4.18.0-518.el8.x86_64 1/3 2023-10-26T12:58:10.137 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-core-4.18.0-518.el8.x86_64 2/3 2023-10-26T12:58:10.928 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-4.18.0-518.el8.x86_64 3/3 2023-10-26T12:58:10.928 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T12:58:10.928 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2023-10-26T12:58:10.929 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-4.18.0-518.el8.x86_64 kernel-core-4.18.0-518.el8.x86_64 2023-10-26T12:58:10.929 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-4.18.0-518.el8.x86_64 2023-10-26T12:58:10.929 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T12:58:10.929 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2023-10-26T12:58:11.059 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2023-10-26T12:58:11.283 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-4.18.0-518.el8.x86_64 2023-10-26T12:58:11.284 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-518.el8.x86_64 2023-10-26T12:58:11.284 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-518.el8.x86_64 2023-10-26T12:58:11.284 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-26T12:58:11.284 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-26T12:58:11.285 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-26T12:58:11.285 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2023-10-26T12:58:11.285 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2023-10-26T12:58:11.504 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-4.18.0-518.el8.x86_64 2023-10-26T12:58:11.504 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-518.el8.x86_64 2023-10-26T12:58:11.504 DEBUG:teuthology.orchestra.run.smithi067:> sudo rpm -qi grub2-tools 2023-10-26T12:58:11.539 INFO:teuthology.orchestra.run.smithi067.stdout:Name : grub2-tools 2023-10-26T12:58:11.539 INFO:teuthology.orchestra.run.smithi067.stdout:Epoch : 1 2023-10-26T12:58:11.540 INFO:teuthology.orchestra.run.smithi067.stdout:Version : 2.02 2023-10-26T12:58:11.540 INFO:teuthology.orchestra.run.smithi067.stdout:Release : 129.el8 2023-10-26T12:58:11.540 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: x86_64 2023-10-26T12:58:11.540 INFO:teuthology.orchestra.run.smithi067.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-26T12:58:11.540 INFO:teuthology.orchestra.run.smithi067.stdout:Group : System Environment/Base 2023-10-26T12:58:11.541 INFO:teuthology.orchestra.run.smithi067.stdout:Size : 9265586 2023-10-26T12:58:11.541 INFO:teuthology.orchestra.run.smithi067.stdout:License : GPLv3+ 2023-10-26T12:58:11.541 INFO:teuthology.orchestra.run.smithi067.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-26T12:58:11.541 INFO:teuthology.orchestra.run.smithi067.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-26T12:58:11.542 INFO:teuthology.orchestra.run.smithi067.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-26T12:58:11.542 INFO:teuthology.orchestra.run.smithi067.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-26T12:58:11.542 INFO:teuthology.orchestra.run.smithi067.stdout:Relocations : (not relocatable) 2023-10-26T12:58:11.542 INFO:teuthology.orchestra.run.smithi067.stdout:Packager : CentOS BuildSystem 2023-10-26T12:58:11.542 INFO:teuthology.orchestra.run.smithi067.stdout:Vendor : CentOS 2023-10-26T12:58:11.543 INFO:teuthology.orchestra.run.smithi067.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-26T12:58:11.543 INFO:teuthology.orchestra.run.smithi067.stdout:Summary : Support tools for GRUB. 2023-10-26T12:58:11.543 INFO:teuthology.orchestra.run.smithi067.stdout:Description : 2023-10-26T12:58:11.543 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T12:58:11.543 INFO:teuthology.orchestra.run.smithi067.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-26T12:58:11.544 INFO:teuthology.orchestra.run.smithi067.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-26T12:58:11.544 INFO:teuthology.orchestra.run.smithi067.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-26T12:58:11.544 INFO:teuthology.orchestra.run.smithi067.stdout:hardware devices. 2023-10-26T12:58:11.544 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T12:58:11.544 INFO:teuthology.orchestra.run.smithi067.stdout:This subpackage provides tools for support of all platforms. 2023-10-26T12:58:11.545 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-26T12:58:11.546 INFO:teuthology.task.kernel:Updating grub on smithi067 to boot 4.18.0-518.el8.x86_64 2023-10-26T12:58:11.546 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-26T12:58:11.989 INFO:teuthology.orchestra.run.smithi175.stderr:done 2023-10-26T12:58:11.991 DEBUG:teuthology.orchestra.run.smithi175:> mktemp 2023-10-26T12:58:12.014 INFO:teuthology.orchestra.run.smithi175.stdout:/tmp/tmp.zJUd9aZvhR 2023-10-26T12:58:12.015 DEBUG:teuthology.orchestra.run.smithi175:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zJUd9aZvhR 2023-10-26T12:58:12.089 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0666 /tmp/tmp.zJUd9aZvhR 2023-10-26T12:58:12.235 DEBUG:teuthology.orchestra.remote:smithi175:/tmp/tmp.zJUd9aZvhR is 6KB 2023-10-26T12:58:12.283 DEBUG:teuthology.orchestra.run.smithi175:> rm -fr /tmp/tmp.zJUd9aZvhR 2023-10-26T12:58:12.301 DEBUG:teuthology.orchestra.run.smithi175:> sudo /bin/ls /boot/loader/entries || true 2023-10-26T12:58:12.366 INFO:teuthology.orchestra.run.smithi175.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-26T12:58:12.366 INFO:teuthology.orchestra.run.smithi175.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-26T12:58:12.367 INFO:teuthology.orchestra.run.smithi175.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-26T12:58:12.367 INFO:teuthology.orchestra.run.smithi175.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-518.el8.x86_64.conf 2023-10-26T12:58:12.368 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-518.el8.x86_64 2023-10-26T12:58:12.527 DEBUG:teuthology.orchestra.run.smithi175:> sudo shutdown -r now 2023-10-26T12:58:12.996 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2023-10-26T12:58:15.180 INFO:teuthology.orchestra.run.smithi067.stderr:done 2023-10-26T12:58:15.182 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2023-10-26T12:58:15.206 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.PhD2dUleqa 2023-10-26T12:58:15.207 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PhD2dUleqa 2023-10-26T12:58:15.281 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.PhD2dUleqa 2023-10-26T12:58:15.426 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.PhD2dUleqa is 6KB 2023-10-26T12:58:15.473 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.PhD2dUleqa 2023-10-26T12:58:15.492 DEBUG:teuthology.orchestra.run.smithi067:> sudo /bin/ls /boot/loader/entries || true 2023-10-26T12:58:15.567 INFO:teuthology.orchestra.run.smithi067.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-26T12:58:15.568 INFO:teuthology.orchestra.run.smithi067.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-26T12:58:15.568 INFO:teuthology.orchestra.run.smithi067.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-26T12:58:15.568 INFO:teuthology.orchestra.run.smithi067.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-518.el8.x86_64.conf 2023-10-26T12:58:15.569 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-518.el8.x86_64 2023-10-26T12:58:15.715 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2023-10-26T12:58:42.554 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-26T12:58:42.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-10-26T12:58:42.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T12:58:45.718 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-26T12:58:45.719 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-10-26T12:58:45.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T12:59:01.114 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2023-10-26T12:59:04.186 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2023-10-26T12:59:10.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-10-26T12:59:10.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T12:59:13.182 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2023-10-26T12:59:13.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-10-26T12:59:13.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T12:59:16.250 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2023-10-26T12:59:25.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-10-26T12:59:25.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T12:59:28.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-10-26T12:59:28.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T12:59:46.682 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2023-10-26T12:59:57.120 DEBUG:teuthology.orchestra.run.smithi175:> true 2023-10-26T12:59:58.016 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-10-26T12:59:58.016 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-518.el8.x86_64"... 2023-10-26T12:59:58.017 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2023-10-26T12:59:58.469 INFO:teuthology.orchestra.run.smithi175.stdout:4.18.0-518.el8.x86_64 2023-10-26T12:59:58.469 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-518.el8.x86_64 vs 4.18.0-518.el8.x86_64 2023-10-26T12:59:58.469 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-26T12:59:58.470 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-26T12:59:59.471 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-26T12:59:59.472 DEBUG:teuthology.orchestra.run.smithi175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-26T12:59:59.584 INFO:teuthology.orchestra.run.smithi175.stdout:ttyS1 2023-10-26T12:59:59.603 DEBUG:teuthology.parallel:result is None 2023-10-26T13:00:01.684 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-10-26T13:00:01.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T13:00:02.071 DEBUG:teuthology.orchestra.run.smithi067:> true 2023-10-26T13:00:02.342 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-10-26T13:00:02.343 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-518.el8.x86_64"... 2023-10-26T13:00:02.343 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2023-10-26T13:00:02.361 INFO:teuthology.orchestra.run.smithi067.stdout:4.18.0-518.el8.x86_64 2023-10-26T13:00:02.362 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-518.el8.x86_64 vs 4.18.0-518.el8.x86_64 2023-10-26T13:00:02.362 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-26T13:00:02.362 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-26T13:00:03.363 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-26T13:00:03.363 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-26T13:00:03.461 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2023-10-26T13:00:03.474 DEBUG:teuthology.parallel:result is None 2023-10-26T13:00:03.475 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-26T13:00:03.484 INFO:teuthology.task.internal:Creating test directory... 2023-10-26T13:00:03.484 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-26T13:00:03.487 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-26T13:00:03.510 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-26T13:00:03.516 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-26T13:00:03.527 INFO:teuthology.task.internal:Creating archive directory... 2023-10-26T13:00:03.527 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-26T13:00:03.543 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-26T13:00:03.603 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-26T13:00:03.609 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-26T13:00:03.610 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:00:03.619 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:00:03.645 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-26T13:00:03.656 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-26T13:00:03.661 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-26T13:00:03.673 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-26T13:00:03.675 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-26T13:00:03.682 INFO:teuthology.task.internal:Configuring sudo... 2023-10-26T13:00:03.683 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-26T13:00:03.698 DEBUG:teuthology.orchestra.run.smithi175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-26T13:00:03.745 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-26T13:00:03.753 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-26T13:00:03.754 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-26T13:00:03.764 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-26T13:00:03.803 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-26T13:00:03.862 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-26T13:00:03.912 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-26T13:00:03.999 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-26T13:00:04.036 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:00:04.036 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-26T13:00:04.100 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-26T13:00:04.147 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-26T13:00:04.202 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-26T13:00:04.288 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-26T13:00:04.330 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:00:04.331 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-26T13:00:04.398 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2023-10-26T13:00:04.400 DEBUG:teuthology.orchestra.run.smithi175:> sudo service rsyslog restart 2023-10-26T13:00:04.471 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-26T13:00:04.498 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-26T13:00:04.942 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-26T13:00:04.951 INFO:teuthology.task.internal:Starting timer... 2023-10-26T13:00:04.951 INFO:teuthology.run_tasks:Running task pcp... 2023-10-26T13:00:04.961 INFO:teuthology.run_tasks:Running task selinux... 2023-10-26T13:00:04.970 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-26T13:00:04.972 DEBUG:teuthology.orchestra.run.smithi067:> sudo service auditd rotate 2023-10-26T13:00:05.811 INFO:teuthology.orchestra.run.smithi067.stdout:Rotating logs: 2023-10-26T13:00:05.835 DEBUG:teuthology.orchestra.run.smithi175:> sudo service auditd rotate 2023-10-26T13:00:05.916 INFO:teuthology.orchestra.run.smithi175.stdout:Rotating logs: 2023-10-26T13:00:05.917 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-26T13:00:05.918 DEBUG:teuthology.orchestra.run.smithi067:> /usr/sbin/getenforce 2023-10-26T13:00:06.382 INFO:teuthology.orchestra.run.smithi067.stdout:Permissive 2023-10-26T13:00:06.382 DEBUG:teuthology.orchestra.run.smithi175:> /usr/sbin/getenforce 2023-10-26T13:00:06.411 INFO:teuthology.orchestra.run.smithi175.stdout:Permissive 2023-10-26T13:00:06.411 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi067.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi175.front.sepia.ceph.com': 'permissive'} 2023-10-26T13:00:06.412 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:00:06.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:00:06.448 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:00:06.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:00:06.480 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-26T13:00:06.480 DEBUG:teuthology.orchestra.run.smithi067:> sudo /usr/sbin/setenforce permissive 2023-10-26T13:00:06.514 DEBUG:teuthology.orchestra.run.smithi175:> sudo /usr/sbin/setenforce permissive 2023-10-26T13:00:06.548 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-26T13:00:06.559 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-26T13:00:06.564 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-26T13:00:06.689 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-26T13:00:06.704 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'}]}] 2023-10-26T13:00:06.706 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi175.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-26T13:07:32.079 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi175.front.sepia.ceph.com')] 2023-10-26T13:07:32.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-10-26T13:07:32.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T13:07:32.152 DEBUG:teuthology.orchestra.run.smithi067:> true 2023-10-26T13:07:32.225 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-10-26T13:07:32.226 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-10-26T13:07:32.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-26T13:07:32.298 DEBUG:teuthology.orchestra.run.smithi175:> true 2023-10-26T13:07:32.370 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-10-26T13:07:32.371 INFO:teuthology.run_tasks:Running task clock... 2023-10-26T13:07:32.384 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-26T13:07:32.385 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-26T13:07:32.385 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:07:32.387 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-26T13:07:32.388 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:07:32.418 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-26T13:07:32.432 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-26T13:07:32.445 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-26T13:07:32.459 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-26T13:07:32.497 INFO:teuthology.orchestra.run.smithi067.stderr:sudo: ntpd: command not found 2023-10-26T13:07:32.509 INFO:teuthology.orchestra.run.smithi067.stdout:506 Cannot talk to daemon 2023-10-26T13:07:32.523 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-26T13:07:32.531 INFO:teuthology.orchestra.run.smithi175.stderr:sudo: ntpd: command not found 2023-10-26T13:07:32.536 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-26T13:07:32.543 INFO:teuthology.orchestra.run.smithi175.stdout:506 Cannot talk to daemon 2023-10-26T13:07:32.558 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-26T13:07:32.572 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-26T13:07:32.599 INFO:teuthology.orchestra.run.smithi067.stderr:bash: ntpq: command not found 2023-10-26T13:07:32.603 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-26T13:07:32.603 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2023-10-26T13:07:32.603 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:07:32.603 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:07:32.604 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:07:32.604 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:07:32.638 INFO:teuthology.orchestra.run.smithi175.stderr:bash: ntpq: command not found 2023-10-26T13:07:32.642 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-26T13:07:32.642 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2023-10-26T13:07:32.642 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:07:32.642 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:07:32.643 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:07:32.643 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:07:32.644 INFO:teuthology.run_tasks:Running task pexec... 2023-10-26T13:07:32.654 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-26T13:07:32.655 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi067.front.sepia.ceph.com 2023-10-26T13:07:32.655 DEBUG:teuthology.orchestra.run.smithi067:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-26T13:07:32.656 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi175.front.sepia.ceph.com 2023-10-26T13:07:32.656 DEBUG:teuthology.orchestra.run.smithi175:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-26T13:07:33.560 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:43 ago on Thu 26 Oct 2023 01:05:50 PM UTC. 2023-10-26T13:07:33.568 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:38 ago on Thu 26 Oct 2023 01:05:55 PM UTC. 2023-10-26T13:07:35.566 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-10-26T13:07:35.567 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T13:07:35.567 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2023-10-26T13:07:35.567 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T13:07:35.568 INFO:teuthology.orchestra.run.smithi175.stdout:Resetting modules: 2023-10-26T13:07:35.568 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools 2023-10-26T13:07:35.568 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:07:35.568 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-10-26T13:07:35.568 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T13:07:35.569 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:07:35.809 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-10-26T13:07:35.812 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2023-10-26T13:07:35.813 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T13:07:35.814 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2023-10-26T13:07:35.814 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T13:07:35.814 INFO:teuthology.orchestra.run.smithi067.stdout:Resetting modules: 2023-10-26T13:07:35.814 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools 2023-10-26T13:07:35.815 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:07:35.815 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2023-10-26T13:07:35.815 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T13:07:35.815 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:07:36.077 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2023-10-26T13:07:36.763 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:46 ago on Thu 26 Oct 2023 01:05:50 PM UTC. 2023-10-26T13:07:37.051 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:41 ago on Thu 26 Oct 2023 01:05:55 PM UTC. 2023-10-26T13:07:38.841 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-10-26T13:07:39.009 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T13:07:39.009 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2023-10-26T13:07:39.010 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T13:07:39.010 INFO:teuthology.orchestra.run.smithi175.stdout:Installing group/module packages: 2023-10-26T13:07:39.010 INFO:teuthology.orchestra.run.smithi175.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-26T13:07:39.010 INFO:teuthology.orchestra.run.smithi175.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-26T13:07:39.010 INFO:teuthology.orchestra.run.smithi175.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-26T13:07:39.011 INFO:teuthology.orchestra.run.smithi175.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-26T13:07:39.011 INFO:teuthology.orchestra.run.smithi175.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-26T13:07:39.011 INFO:teuthology.orchestra.run.smithi175.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-26T13:07:39.011 INFO:teuthology.orchestra.run.smithi175.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-26T13:07:39.011 INFO:teuthology.orchestra.run.smithi175.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-26T13:07:39.012 INFO:teuthology.orchestra.run.smithi175.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-26T13:07:39.012 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2023-10-26T13:07:39.012 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-26T13:07:39.012 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-26T13:07:39.012 INFO:teuthology.orchestra.run.smithi175.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-26T13:07:39.013 INFO:teuthology.orchestra.run.smithi175.stdout:Installing weak dependencies: 2023-10-26T13:07:39.013 INFO:teuthology.orchestra.run.smithi175.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-26T13:07:39.013 INFO:teuthology.orchestra.run.smithi175.stdout:Installing module profiles: 2023-10-26T13:07:39.013 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools/common 2023-10-26T13:07:39.013 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:07:39.013 INFO:teuthology.orchestra.run.smithi175.stdout:Enabling module streams: 2023-10-26T13:07:39.014 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools rhel8 2023-10-26T13:07:39.014 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:07:39.014 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-10-26T13:07:39.014 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-10-26T13:07:39.014 INFO:teuthology.orchestra.run.smithi175.stdout:Install 13 Packages 2023-10-26T13:07:39.015 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:07:39.015 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 26 M 2023-10-26T13:07:39.015 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 87 M 2023-10-26T13:07:39.016 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2023-10-26T13:07:39.257 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2023-10-26T13:07:39.402 INFO:teuthology.orchestra.run.smithi175.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 3.7 MB/s | 739 kB 00:00 2023-10-26T13:07:39.435 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T13:07:39.435 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2023-10-26T13:07:39.435 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T13:07:39.436 INFO:teuthology.orchestra.run.smithi067.stdout:Installing group/module packages: 2023-10-26T13:07:39.436 INFO:teuthology.orchestra.run.smithi067.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-26T13:07:39.436 INFO:teuthology.orchestra.run.smithi067.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-26T13:07:39.436 INFO:teuthology.orchestra.run.smithi067.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-26T13:07:39.436 INFO:teuthology.orchestra.run.smithi067.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-26T13:07:39.437 INFO:teuthology.orchestra.run.smithi067.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-26T13:07:39.437 INFO:teuthology.orchestra.run.smithi067.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-26T13:07:39.437 INFO:teuthology.orchestra.run.smithi067.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-26T13:07:39.437 INFO:teuthology.orchestra.run.smithi067.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-26T13:07:39.438 INFO:teuthology.orchestra.run.smithi067.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-26T13:07:39.438 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2023-10-26T13:07:39.438 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-26T13:07:39.438 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-26T13:07:39.439 INFO:teuthology.orchestra.run.smithi067.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-26T13:07:39.439 INFO:teuthology.orchestra.run.smithi067.stdout:Installing weak dependencies: 2023-10-26T13:07:39.439 INFO:teuthology.orchestra.run.smithi067.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-26T13:07:39.439 INFO:teuthology.orchestra.run.smithi067.stdout:Installing module profiles: 2023-10-26T13:07:39.440 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools/common 2023-10-26T13:07:39.440 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:07:39.440 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling module streams: 2023-10-26T13:07:39.440 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools rhel8 2023-10-26T13:07:39.441 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:07:39.441 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2023-10-26T13:07:39.441 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-10-26T13:07:39.441 INFO:teuthology.orchestra.run.smithi067.stdout:Install 13 Packages 2023-10-26T13:07:39.441 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:07:39.443 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 26 M 2023-10-26T13:07:39.443 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 87 M 2023-10-26T13:07:39.443 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2023-10-26T13:07:39.452 INFO:teuthology.orchestra.run.smithi175.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 4.1 MB/s | 1.0 MB 00:00 2023-10-26T13:07:39.478 INFO:teuthology.orchestra.run.smithi175.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 504 kB/s | 38 kB 00:00 2023-10-26T13:07:39.520 INFO:teuthology.orchestra.run.smithi175.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 3.5 MB/s | 239 kB 00:00 2023-10-26T13:07:39.578 INFO:teuthology.orchestra.run.smithi175.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 3.0 MB/s | 177 kB 00:00 2023-10-26T13:07:39.620 INFO:teuthology.orchestra.run.smithi175.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 594 kB/s | 25 kB 00:00 2023-10-26T13:07:39.654 INFO:teuthology.orchestra.run.smithi175.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.7 MB/s | 94 kB 00:00 2023-10-26T13:07:39.679 INFO:teuthology.orchestra.run.smithi067.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 3.6 MB/s | 739 kB 00:00 2023-10-26T13:07:39.721 INFO:teuthology.orchestra.run.smithi067.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 917 kB/s | 38 kB 00:00 2023-10-26T13:07:39.755 INFO:teuthology.orchestra.run.smithi067.stdout:(3/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 3.6 MB/s | 1.0 MB 00:00 2023-10-26T13:07:39.821 INFO:teuthology.orchestra.run.smithi067.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.3 MB/s | 239 kB 00:00 2023-10-26T13:07:39.880 INFO:teuthology.orchestra.run.smithi067.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 3.0 MB/s | 177 kB 00:00 2023-10-26T13:07:39.922 INFO:teuthology.orchestra.run.smithi067.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 594 kB/s | 25 kB 00:00 2023-10-26T13:07:39.964 INFO:teuthology.orchestra.run.smithi067.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-10-26T13:07:40.104 INFO:teuthology.orchestra.run.smithi175.stdout:(8/13): buildah-1.31.3-1.module_el8+664+4072b3a 9.8 MB/s | 8.8 MB 00:00 2023-10-26T13:07:40.156 INFO:teuthology.orchestra.run.smithi067.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 9.3 MB/s | 3.7 MB 00:00 2023-10-26T13:07:40.230 INFO:teuthology.orchestra.run.smithi175.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 5.0 MB/s | 3.7 MB 00:00 2023-10-26T13:07:40.272 INFO:teuthology.orchestra.run.smithi175.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 1.2 MB/s | 53 kB 00:00 2023-10-26T13:07:40.314 INFO:teuthology.orchestra.run.smithi175.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 12 MB/s | 2.5 MB 00:00 2023-10-26T13:07:40.330 INFO:teuthology.orchestra.run.smithi175.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 700 kB/s | 41 kB 00:00 2023-10-26T13:07:40.356 INFO:teuthology.orchestra.run.smithi067.stdout:(9/13): toolbox-0.0.99.4-5.module_el8+649+e2dea 13 MB/s | 2.5 MB 00:00 2023-10-26T13:07:40.431 INFO:teuthology.orchestra.run.smithi175.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 10 MB/s | 8.1 MB 00:00 2023-10-26T13:07:40.432 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2023-10-26T13:07:40.432 INFO:teuthology.orchestra.run.smithi175.stdout:Total 18 MB/s | 26 MB 00:01 2023-10-26T13:07:40.490 INFO:teuthology.orchestra.run.smithi067.stdout:(10/13): buildah-1.31.3-1.module_el8+664+4072b3 8.7 MB/s | 8.8 MB 00:01 2023-10-26T13:07:40.515 INFO:teuthology.orchestra.run.smithi067.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 332 kB/s | 53 kB 00:00 2023-10-26T13:07:40.540 INFO:teuthology.orchestra.run.smithi067.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 818 kB/s | 41 kB 00:00 2023-10-26T13:07:40.694 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2023-10-26T13:07:40.715 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2023-10-26T13:07:40.715 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2023-10-26T13:07:40.835 INFO:teuthology.orchestra.run.smithi067.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 9.4 MB/s | 8.1 MB 00:00 2023-10-26T13:07:40.835 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2023-10-26T13:07:40.836 INFO:teuthology.orchestra.run.smithi067.stdout:Total 18 MB/s | 26 MB 00:01 2023-10-26T13:07:40.965 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2023-10-26T13:07:40.968 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2023-10-26T13:07:41.107 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2023-10-26T13:07:41.130 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2023-10-26T13:07:41.130 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2023-10-26T13:07:41.392 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2023-10-26T13:07:41.395 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2023-10-26T13:07:41.650 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2023-10-26T13:07:41.872 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-26T13:07:42.051 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-26T13:07:42.127 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2023-10-26T13:07:42.246 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-26T13:07:42.316 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-26T13:07:42.494 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-26T13:07:42.510 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-26T13:07:42.699 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-26T13:07:42.943 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-26T13:07:43.012 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-26T13:07:43.515 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-26T13:07:43.948 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-26T13:07:44.526 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-26T13:07:44.551 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-26T13:07:44.758 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-26T13:07:44.768 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-26T13:07:44.959 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-26T13:07:45.064 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-26T13:07:45.240 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-26T13:07:45.493 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-26T13:07:45.697 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-26T13:07:46.411 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-26T13:07:46.628 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-26T13:07:46.658 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-26T13:07:46.834 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-26T13:07:46.849 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-26T13:07:47.051 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-26T13:07:47.280 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-26T13:07:47.281 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-26T13:07:47.281 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-26T13:07:47.281 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-26T13:07:47.281 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-26T13:07:47.282 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-26T13:07:47.282 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-26T13:07:47.282 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-26T13:07:47.282 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-26T13:07:47.282 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-26T13:07:47.283 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-26T13:07:47.283 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-26T13:07:47.283 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-26T13:07:47.499 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-26T13:07:47.499 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-26T13:07:47.500 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-26T13:07:47.500 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-26T13:07:47.500 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-26T13:07:47.500 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-26T13:07:47.500 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-26T13:07:47.501 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-26T13:07:47.501 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-26T13:07:47.501 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-26T13:07:47.501 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-26T13:07:47.501 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-26T13:07:47.502 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-26T13:07:48.077 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-26T13:07:48.077 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:07:48.077 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2023-10-26T13:07:48.078 INFO:teuthology.orchestra.run.smithi175.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-26T13:07:48.078 INFO:teuthology.orchestra.run.smithi175.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-26T13:07:48.078 INFO:teuthology.orchestra.run.smithi175.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-26T13:07:48.078 INFO:teuthology.orchestra.run.smithi175.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-26T13:07:48.079 INFO:teuthology.orchestra.run.smithi175.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-26T13:07:48.079 INFO:teuthology.orchestra.run.smithi175.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-26T13:07:48.079 INFO:teuthology.orchestra.run.smithi175.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-26T13:07:48.079 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-26T13:07:48.079 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-26T13:07:48.080 INFO:teuthology.orchestra.run.smithi175.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-26T13:07:48.080 INFO:teuthology.orchestra.run.smithi175.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-26T13:07:48.080 INFO:teuthology.orchestra.run.smithi175.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-26T13:07:48.080 INFO:teuthology.orchestra.run.smithi175.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-26T13:07:48.080 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:07:48.081 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-10-26T13:07:48.380 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-26T13:07:48.380 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:07:48.381 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2023-10-26T13:07:48.381 INFO:teuthology.orchestra.run.smithi067.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-26T13:07:48.381 INFO:teuthology.orchestra.run.smithi067.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-26T13:07:48.381 INFO:teuthology.orchestra.run.smithi067.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-26T13:07:48.382 INFO:teuthology.orchestra.run.smithi067.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-26T13:07:48.382 INFO:teuthology.orchestra.run.smithi067.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-26T13:07:48.382 INFO:teuthology.orchestra.run.smithi067.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-26T13:07:48.382 INFO:teuthology.orchestra.run.smithi067.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-26T13:07:48.382 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-26T13:07:48.383 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-26T13:07:48.383 INFO:teuthology.orchestra.run.smithi067.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-26T13:07:48.383 INFO:teuthology.orchestra.run.smithi067.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-26T13:07:48.383 INFO:teuthology.orchestra.run.smithi067.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-26T13:07:48.383 INFO:teuthology.orchestra.run.smithi067.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-26T13:07:48.383 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:07:48.384 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2023-10-26T13:07:48.407 DEBUG:teuthology.parallel:result is None 2023-10-26T13:07:48.694 DEBUG:teuthology.parallel:result is None 2023-10-26T13:07:48.694 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-26T13:07:48.705 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-26T13:07:48.706 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:07:48.706 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2023-10-26T13:07:48.725 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-26T13:07:48.725 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_1 2023-10-26T13:07:48.783 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-26T13:07:48.784 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T13:07:48.784 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 382627 Links: 1 2023-10-26T13:07:48.784 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T13:07:48.784 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2023-10-26T13:07:48.784 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-10-26 13:07:47.203261635 +0000 2023-10-26T13:07:48.784 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-10-26 13:06:55.015080301 +0000 2023-10-26T13:07:48.785 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-10-26 13:06:55.015080301 +0000 2023-10-26T13:07:48.785 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-10-26T13:07:48.785 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-26T13:07:48.850 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-10-26T13:07:48.850 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-10-26T13:07:48.850 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000204409 s, 2.5 MB/s 2023-10-26T13:07:48.851 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-26T13:07:48.911 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_2 2023-10-26T13:07:48.969 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-26T13:07:48.970 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T13:07:48.970 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 382708 Links: 1 2023-10-26T13:07:48.970 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T13:07:48.971 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2023-10-26T13:07:48.971 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-10-26 13:07:47.203261635 +0000 2023-10-26T13:07:48.971 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-10-26 13:06:55.528069266 +0000 2023-10-26T13:07:48.971 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-10-26 13:06:55.528069266 +0000 2023-10-26T13:07:48.972 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-10-26T13:07:48.972 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-26T13:07:49.037 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-10-26T13:07:49.037 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-10-26T13:07:49.037 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000209196 s, 2.4 MB/s 2023-10-26T13:07:49.038 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-26T13:07:49.097 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_3 2023-10-26T13:07:49.158 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-26T13:07:49.158 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T13:07:49.159 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 384578 Links: 1 2023-10-26T13:07:49.159 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T13:07:49.159 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2023-10-26T13:07:49.159 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-10-26 13:07:47.203261635 +0000 2023-10-26T13:07:49.159 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-10-26 13:06:56.060057824 +0000 2023-10-26T13:07:49.160 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-10-26 13:06:56.060057824 +0000 2023-10-26T13:07:49.160 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-10-26T13:07:49.160 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-26T13:07:49.225 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-10-26T13:07:49.226 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-10-26T13:07:49.226 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000196539 s, 2.6 MB/s 2023-10-26T13:07:49.227 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-26T13:07:49.286 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_4 2023-10-26T13:07:49.344 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-26T13:07:49.344 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T13:07:49.345 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 385511 Links: 1 2023-10-26T13:07:49.345 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T13:07:49.345 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2023-10-26T13:07:49.345 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-10-26 13:07:47.203261635 +0000 2023-10-26T13:07:49.345 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-10-26 13:06:56.610045993 +0000 2023-10-26T13:07:49.346 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-10-26 13:06:56.610045993 +0000 2023-10-26T13:07:49.346 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-10-26T13:07:49.346 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-26T13:07:49.410 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-10-26T13:07:49.411 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-10-26T13:07:49.411 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000218617 s, 2.3 MB/s 2023-10-26T13:07:49.412 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-26T13:07:49.471 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:07:49.774 INFO:teuthology.orchestra.run.smithi067.stdout:loop 2023-10-26T13:07:49.774 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_1... 2023-10-26T13:07:49.775 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:07:49.811 INFO:teuthology.orchestra.run.smithi067.stdout:1 2023-10-26T13:07:49.846 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_11 2023-10-26T13:07:49.886 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_2... 2023-10-26T13:07:49.887 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:07:49.971 INFO:teuthology.orchestra.run.smithi067.stdout:1 2023-10-26T13:07:50.005 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_21 2023-10-26T13:07:50.045 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_3... 2023-10-26T13:07:50.045 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:07:50.126 INFO:teuthology.orchestra.run.smithi067.stdout:1 2023-10-26T13:07:50.160 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_31 2023-10-26T13:07:50.199 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_4... 2023-10-26T13:07:50.200 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:07:50.276 INFO:teuthology.orchestra.run.smithi067.stdout:1 2023-10-26T13:07:50.311 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_41 2023-10-26T13:07:50.349 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:07:50.350 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2023-10-26T13:07:50.408 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme list 2023-10-26T13:07:50.475 INFO:teuthology.orchestra.run.smithi067.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-26T13:07:50.475 INFO:teuthology.orchestra.run.smithi067.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-26T13:07:50.475 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme0n1 CVFT53440042400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-26T13:07:50.475 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme1n1 a00e845936067cac3520 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-26T13:07:50.476 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme2n1 ce6cb1ea19032503330c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-26T13:07:50.476 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme3n1 32719205d959df59ff94 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-26T13:07:50.476 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme4n1 75915d5c3a791a0892dd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-26T13:07:50.477 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-26T13:07:50.477 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:07:50.478 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/scratch_devs 2023-10-26T13:07:50.544 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:07:50.545 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2023-10-26T13:07:50.568 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-26T13:07:50.568 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_1 2023-10-26T13:07:50.628 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-26T13:07:50.628 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T13:07:50.628 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 385283 Links: 1 2023-10-26T13:07:50.629 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T13:07:50.629 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2023-10-26T13:07:50.629 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-10-26 13:07:47.003412475 +0000 2023-10-26T13:07:50.629 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-10-26 13:06:46.092016959 +0000 2023-10-26T13:07:50.629 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-10-26 13:06:46.092016959 +0000 2023-10-26T13:07:50.630 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-10-26T13:07:50.630 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-26T13:07:50.700 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-10-26T13:07:50.700 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-10-26T13:07:50.700 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000325309 s, 1.6 MB/s 2023-10-26T13:07:50.701 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-26T13:07:50.763 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_2 2023-10-26T13:07:50.823 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-26T13:07:50.823 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T13:07:50.823 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 385374 Links: 1 2023-10-26T13:07:50.824 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T13:07:50.824 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2023-10-26T13:07:50.824 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-10-26 13:07:47.003412475 +0000 2023-10-26T13:07:50.824 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-10-26 13:06:46.598009447 +0000 2023-10-26T13:07:50.824 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-10-26 13:06:46.598009447 +0000 2023-10-26T13:07:50.824 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-10-26T13:07:50.825 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-26T13:07:50.891 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-10-26T13:07:50.892 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-10-26T13:07:50.892 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000200741 s, 2.6 MB/s 2023-10-26T13:07:50.893 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-26T13:07:50.954 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_3 2023-10-26T13:07:51.013 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-26T13:07:51.013 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T13:07:51.013 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 388154 Links: 1 2023-10-26T13:07:51.013 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T13:07:51.014 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2023-10-26T13:07:51.014 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-10-26 13:07:47.003412475 +0000 2023-10-26T13:07:51.014 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-10-26 13:06:47.104001935 +0000 2023-10-26T13:07:51.014 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-10-26 13:06:47.104001935 +0000 2023-10-26T13:07:51.015 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-10-26T13:07:51.015 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-26T13:07:51.079 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-10-26T13:07:51.079 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-10-26T13:07:51.080 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000222182 s, 2.3 MB/s 2023-10-26T13:07:51.081 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-26T13:07:51.139 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_4 2023-10-26T13:07:51.198 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-26T13:07:51.198 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-26T13:07:51.198 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 378403 Links: 1 2023-10-26T13:07:51.198 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-26T13:07:51.199 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2023-10-26T13:07:51.199 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-10-26 13:07:47.003412475 +0000 2023-10-26T13:07:51.199 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-10-26 13:06:47.596994617 +0000 2023-10-26T13:07:51.199 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-10-26 13:06:47.596994617 +0000 2023-10-26T13:07:51.199 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-10-26T13:07:51.200 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-26T13:07:51.263 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-10-26T13:07:51.264 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-10-26T13:07:51.264 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000257056 s, 2.0 MB/s 2023-10-26T13:07:51.265 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-26T13:07:51.323 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:07:51.441 INFO:teuthology.orchestra.run.smithi175.stdout:loop 2023-10-26T13:07:51.442 INFO:tasks.nvme_loop:Connecting nvme_loop smithi175:/dev/vg_nvme/lv_1... 2023-10-26T13:07:51.443 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:07:51.478 INFO:teuthology.orchestra.run.smithi175.stdout:1 2023-10-26T13:07:51.511 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/vg_nvme/lv_11 2023-10-26T13:07:51.550 INFO:tasks.nvme_loop:Connecting nvme_loop smithi175:/dev/vg_nvme/lv_2... 2023-10-26T13:07:51.551 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:07:51.626 INFO:teuthology.orchestra.run.smithi175.stdout:1 2023-10-26T13:07:51.660 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/vg_nvme/lv_21 2023-10-26T13:07:51.698 INFO:tasks.nvme_loop:Connecting nvme_loop smithi175:/dev/vg_nvme/lv_3... 2023-10-26T13:07:51.699 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:07:51.775 INFO:teuthology.orchestra.run.smithi175.stdout:1 2023-10-26T13:07:51.808 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/vg_nvme/lv_31 2023-10-26T13:07:51.845 INFO:tasks.nvme_loop:Connecting nvme_loop smithi175:/dev/vg_nvme/lv_4... 2023-10-26T13:07:51.846 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:07:51.921 INFO:teuthology.orchestra.run.smithi175.stdout:1 2023-10-26T13:07:51.955 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/vg_nvme/lv_41 2023-10-26T13:07:51.992 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:07:51.992 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2023-10-26T13:07:52.050 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme list 2023-10-26T13:07:52.116 INFO:teuthology.orchestra.run.smithi175.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-26T13:07:52.117 INFO:teuthology.orchestra.run.smithi175.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-26T13:07:52.117 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme0n1 CVFT623300M0400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-26T13:07:52.117 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme1n1 276d9953a339b624e3bd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-26T13:07:52.117 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme2n1 05a98c2d9441176bd2b7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-26T13:07:52.118 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme3n1 ba06c09e3dc72d37e096 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-26T13:07:52.118 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme4n1 b38e4ea9196a5bfe7fe6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-26T13:07:52.119 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-26T13:07:52.119 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:07:52.120 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/scratch_devs 2023-10-26T13:07:52.186 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-26T13:07:52.273 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': 'f2ece71a1e784ed2e115679dd66f690a9706b8a8'} 2023-10-26T13:07:52.274 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 2023-10-26T13:07:52.274 INFO:tasks.cephadm:Cluster fsid is ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:07:52.275 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-26T13:07:52.275 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-26T13:07:52.275 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi067': '172.21.15.67', 'mon.smithi175': '172.21.15.175'} 2023-10-26T13:07:52.276 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-26T13:07:52.276 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2023-10-26T13:07:52.311 DEBUG:teuthology.orchestra.run.smithi175:> sudo hostname $(hostname -s) 2023-10-26T13:07:52.339 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref f2ece71a1e784ed2e115679dd66f690a9706b8a8)... 2023-10-26T13:07:52.340 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/f2ece71a1e784ed2e115679dd66f690a9706b8a8/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-26T13:07:52.556 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Oct 26 13:07 /home/ubuntu/cephtest/cephadm 2023-10-26T13:07:52.557 DEBUG:teuthology.orchestra.run.smithi175:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/f2ece71a1e784ed2e115679dd66f690a9706b8a8/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-26T13:07:52.783 INFO:teuthology.orchestra.run.smithi175.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Oct 26 13:07 /home/ubuntu/cephtest/cephadm 2023-10-26T13:07:52.784 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-26T13:07:52.807 DEBUG:teuthology.orchestra.run.smithi175:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-26T13:07:52.836 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /etc/ceph 2023-10-26T13:07:52.882 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /etc/ceph 2023-10-26T13:07:52.912 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 777 /etc/ceph 2023-10-26T13:07:52.954 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 777 /etc/ceph 2023-10-26T13:07:52.984 INFO:tasks.cephadm:Writing seed config... 2023-10-26T13:07:52.985 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-26T13:07:52.985 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-26T13:07:52.986 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-26T13:07:52.986 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-26T13:07:52.986 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-26T13:07:52.987 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-26T13:07:52.987 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-26T13:07:52.987 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-26T13:07:52.988 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:07:52.988 DEBUG:teuthology.orchestra.run.smithi067:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-26T13:07:53.016 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 = ab97ef72-7400-11ee-8db9-212e2dc638e7 [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 2023-10-26T13:07:53.016 DEBUG:teuthology.orchestra.run.smithi067:mon.smithi067> sudo journalctl -f -n 0 -u ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi067.service 2023-10-26T13:07:53.059 INFO:tasks.cephadm:Bootstrapping... 2023-10-26T13:07:53.059 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 -v bootstrap --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 --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.67 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-26T13:07:53.089 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:-- Logs begin at Thu 2023-10-26 12:59:43 UTC. -- 2023-10-26T13:07:53.350 INFO:teuthology.orchestra.run.smithi067.stderr:-------------------------------------------------------------------------------- 2023-10-26T13:07:53.351 INFO:teuthology.orchestra.run.smithi067.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8', '-v', 'bootstrap', '--fsid', 'ab97ef72-7400-11ee-8db9-212e2dc638e7', '--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.67', '--skip-admin-label'] 2023-10-26T13:07:54.679 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: 4.6.1 2023-10-26T13:07:54.691 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying podman|docker is present... 2023-10-26T13:07:54.716 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: 4.6.1 2023-10-26T13:07:54.728 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying lvm2 is present... 2023-10-26T13:07:54.729 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying time synchronization is in place... 2023-10-26T13:07:54.737 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-26T13:07:54.744 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-10-26T13:07:54.751 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2023-10-26T13:07:54.758 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: active 2023-10-26T13:07:54.758 INFO:teuthology.orchestra.run.smithi067.stderr:Unit chronyd.service is enabled and running 2023-10-26T13:07:54.759 INFO:teuthology.orchestra.run.smithi067.stderr:Repeating the final host check... 2023-10-26T13:07:54.780 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: 4.6.1 2023-10-26T13:07:54.794 INFO:teuthology.orchestra.run.smithi067.stderr:podman (/bin/podman) version 4.6.1 is present 2023-10-26T13:07:54.794 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl is present 2023-10-26T13:07:54.794 INFO:teuthology.orchestra.run.smithi067.stderr:lvcreate is present 2023-10-26T13:07:54.800 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-26T13:07:54.806 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-10-26T13:07:54.813 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2023-10-26T13:07:54.819 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: active 2023-10-26T13:07:54.820 INFO:teuthology.orchestra.run.smithi067.stderr:Unit chronyd.service is enabled and running 2023-10-26T13:07:54.820 INFO:teuthology.orchestra.run.smithi067.stderr:Host looks OK 2023-10-26T13:07:54.820 INFO:teuthology.orchestra.run.smithi067.stderr:Cluster fsid: ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:07:54.821 INFO:teuthology.orchestra.run.smithi067.stderr:Acquiring lock 140213632123008 on /run/cephadm/ab97ef72-7400-11ee-8db9-212e2dc638e7.lock 2023-10-26T13:07:54.821 INFO:teuthology.orchestra.run.smithi067.stderr:Lock 140213632123008 acquired on /run/cephadm/ab97ef72-7400-11ee-8db9-212e2dc638e7.lock 2023-10-26T13:07:54.822 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 3300 ... 2023-10-26T13:07:54.822 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 6789 ... 2023-10-26T13:07:54.822 INFO:teuthology.orchestra.run.smithi067.stderr:Base mon IP(s) is [172.21.15.67:3300, 172.21.15.67:6789], mon addrv is [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2023-10-26T13:07:54.825 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2023-10-26T13:07:54.825 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 metric 100 2023-10-26T13:07:54.828 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-10-26T13:07:54.828 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-10-26T13:07:54.828 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2023-10-26T13:07:54.831 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-26T13:07:54.831 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-10-26T13:07:54.831 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-26T13:07:54.831 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-26T13:07:54.832 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: inet6 fe80::ec4:7aff:feb6:fc0b/64 scope link 2023-10-26T13:07:54.832 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-26T13:07:54.833 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2023-10-26T13:07:54.833 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2023-10-26T13:07:54.833 INFO:teuthology.orchestra.run.smithi067.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-26T13:07:54.834 INFO:teuthology.orchestra.run.smithi067.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-26T13:07:54.834 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8... 2023-10-26T13:07:54.927 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8... 2023-10-26T13:07:55.023 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Getting image source signatures 2023-10-26T13:07:55.036 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Copying blob sha256:03fde6a1b3a5a2ab90723d3770cd20c8e57585322e186b1a87a0595e295d1207 2023-10-26T13:07:55.036 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Copying blob sha256:67aa808521d20471f19ede3e2b3a944448014fa0cdf665634831dd5d1f24fb2c 2023-10-26T13:08:16.621 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Copying config sha256:905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60 2023-10-26T13:08:16.696 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Writing manifest to image destination 2023-10-26T13:08:16.923 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: 905f4094f1b9df7ef02d4be6350ca78005386bb7e00f266a5ea76e287b4e5b60 2023-10-26T13:08:17.477 INFO:teuthology.orchestra.run.smithi067.stderr:ceph: ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable) 2023-10-26T13:08:17.828 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph version: ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable) 2023-10-26T13:08:17.828 INFO:teuthology.orchestra.run.smithi067.stderr:Extracting ceph user uid/gid from container image... 2023-10-26T13:08:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:stat: 167 167 2023-10-26T13:08:18.423 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial keys... 2023-10-26T13:08:18.693 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQDCZDpl5GxPKBAAQreVtYMjWfqZW8EqKS24/Q== 2023-10-26T13:08:19.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQDDZDplAle0DRAAVcclTX5lm7B0pwT+KubGGw== 2023-10-26T13:08:19.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQDDZDplDJfbMxAA3LT8LpfjkkMQs96ZUdOTcg== 2023-10-26T13:08:20.237 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial monmap... 2023-10-26T13:08:20.519 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-26T13:08:20.525 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:20.526 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-26T13:08:20.886 INFO:teuthology.orchestra.run.smithi067.stderr:monmaptool for smithi067 [v2:172.21.15.67:3300,v1:172.21.15.67:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-26T13:08:20.886 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: set fsid to ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:20.886 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-26T13:08:20.887 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:08:20.887 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mon... 2023-10-26T13:08:21.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.149+0000 7fe0a13ae880 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-26T13:08:21.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.150+0000 7fe0a13ae880 1 imported monmap: 2023-10-26T13:08:21.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: epoch 0 2023-10-26T13:08:21.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:21.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: last_changed 2023-10-26T13:08:20.500154+0000 2023-10-26T13:08:21.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: created 2023-10-26T13:08:20.500154+0000 2023-10-26T13:08:21.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-10-26T13:08:21.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-10-26T13:08:21.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.smithi067 2023-10-26T13:08:21.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.150+0000 7fe0a13ae880 0 /usr/bin/ceph-mon: set fsid to ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:21.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: RocksDB version: 6.8.1 2023-10-26T13:08:21.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-26T13:08:21.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Compile date Oct 25 2023 2023-10-26T13:08:21.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: DB SUMMARY 2023-10-26T13:08:21.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 0, files: 2023-10-26T13:08:21.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 2023-10-26T13:08:21.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.error_if_exists: 0 2023-10-26T13:08:21.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.create_if_missing: 1 2023-10-26T13:08:21.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.paranoid_checks: 1 2023-10-26T13:08:21.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.env: 0x56266088a080 2023-10-26T13:08:21.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.fs: Posix File System 2023-10-26T13:08:21.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.info_log: 0x562662c153a0 2023-10-26T13:08:21.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-26T13:08:21.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.statistics: (nil) 2023-10-26T13:08:21.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.use_fsync: 0 2023-10-26T13:08:21.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_log_file_size: 0 2023-10-26T13:08:21.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-26T13:08:21.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-26T13:08:21.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-26T13:08:21.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-26T13:08:21.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.allow_fallocate: 1 2023-10-26T13:08:21.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-26T13:08:21.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-26T13:08:21.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.use_direct_reads: 0 2023-10-26T13:08:21.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-26T13:08:21.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.create_missing_column_families: 0 2023-10-26T13:08:21.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.db_log_dir: 2023-10-26T13:08:21.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2023-10-26T13:08:21.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-26T13:08:21.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_subcompactions: 1 2023-10-26T13:08:21.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_background_flushes: -1 2023-10-26T13:08:21.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-26T13:08:21.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-26T13:08:21.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-26T13:08:21.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-26T13:08:21.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-26T13:08:21.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.advise_random_on_open: 1 2023-10-26T13:08:21.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-26T13:08:21.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.write_buffer_manager: 0x562662c1d8c0 2023-10-26T13:08:21.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-26T13:08:21.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-26T13:08:21.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-26T13:08:21.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-26T13:08:21.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.rate_limiter: (nil) 2023-10-26T13:08:21.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-26T13:08:21.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-26T13:08:21.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-26T13:08:21.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-26T13:08:21.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.unordered_write: 0 2023-10-26T13:08:21.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-26T13:08:21.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-26T13:08:21.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-26T13:08:21.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-26T13:08:21.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.row_cache: None 2023-10-26T13:08:21.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.wal_filter: None 2023-10-26T13:08:21.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-26T13:08:21.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-26T13:08:21.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.preserve_deletes: 0 2023-10-26T13:08:21.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.two_write_queues: 0 2023-10-26T13:08:21.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.manual_wal_flush: 0 2023-10-26T13:08:21.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.atomic_flush: 0 2023-10-26T13:08:21.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-26T13:08:21.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-26T13:08:21.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-26T13:08:21.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.log_readahead_size: 0 2023-10-26T13:08:21.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-10-26T13:08:21.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_background_jobs: 2 2023-10-26T13:08:21.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_background_compactions: -1 2023-10-26T13:08:21.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-26T13:08:21.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-26T13:08:21.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-26T13:08:21.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_total_wal_size: 0 2023-10-26T13:08:21.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-26T13:08:21.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-26T13:08:21.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-26T13:08:21.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-26T13:08:21.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.max_open_files: -1 2023-10-26T13:08:21.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.bytes_per_sync: 0 2023-10-26T13:08:21.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-26T13:08:21.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-26T13:08:21.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-26T13:08:21.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Compression algorithms supported: 2023-10-26T13:08:21.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-26T13:08:21.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: kZSTD supported: 0 2023-10-26T13:08:21.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: kXpressCompression supported: 0 2023-10-26T13:08:21.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-26T13:08:21.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: kLZ4Compression supported: 1 2023-10-26T13:08:21.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: kBZip2Compression supported: 0 2023-10-26T13:08:21.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: kZlibCompression supported: 1 2023-10-26T13:08:21.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: kSnappyCompression supported: 1 2023-10-26T13:08:21.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-26T13:08:21.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.151+0000 7fe0a13ae880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-10-26T13:08:21.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000001 2023-10-26T13:08:21.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-10-26T13:08:21.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-26T13:08:21.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.merge_operator: 2023-10-26T13:08:21.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_filter: None 2023-10-26T13:08:21.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_filter_factory: None 2023-10-26T13:08:21.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-26T13:08:21.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-26T13:08:21.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562662b2dd20) 2023-10-26T13:08:21.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-10-26T13:08:21.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-26T13:08:21.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-26T13:08:21.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-10-26T13:08:21.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_type: 0 2023-10-26T13:08:21.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-10-26T13:08:21.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-10-26T13:08:21.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-10-26T13:08:21.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-10-26T13:08:21.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: checksum: 1 2023-10-26T13:08:21.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-10-26T13:08:21.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache: 0x562662b62d10 2023-10-26T13:08:21.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-10-26T13:08:21.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-10-26T13:08:21.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-10-26T13:08:21.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-10-26T13:08:21.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-10-26T13:08:21.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-10-26T13:08:21.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-10-26T13:08:21.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-10-26T13:08:21.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-10-26T13:08:21.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-10-26T13:08:21.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-10-26T13:08:21.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-10-26T13:08:21.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-10-26T13:08:21.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-10-26T13:08:21.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-10-26T13:08:21.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-26T13:08:21.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-10-26T13:08:21.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-10-26T13:08:21.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-10-26T13:08:21.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: format_version: 2 2023-10-26T13:08:21.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-10-26T13:08:21.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_align: 0 2023-10-26T13:08:21.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-26T13:08:21.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-26T13:08:21.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compression: NoCompression 2023-10-26T13:08:21.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-26T13:08:21.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-26T13:08:21.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-26T13:08:21.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.num_levels: 7 2023-10-26T13:08:21.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-26T13:08:21.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-26T13:08:21.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-26T13:08:21.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-26T13:08:21.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-26T13:08:21.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-26T13:08:21.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-26T13:08:21.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-26T13:08:21.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-26T13:08:21.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-26T13:08:21.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compression_opts.level: 32767 2023-10-26T13:08:21.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-26T13:08:21.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-26T13:08:21.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-26T13:08:21.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compression_opts.enabled: false 2023-10-26T13:08:21.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-26T13:08:21.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-26T13:08:21.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-26T13:08:21.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-26T13:08:21.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-26T13:08:21.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-26T13:08:21.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-26T13:08:21.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-26T13:08:21.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-26T13:08:21.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-26T13:08:21.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-26T13:08:21.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-26T13:08:21.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-26T13:08:21.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-26T13:08:21.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-26T13:08:21.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-26T13:08:21.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-26T13:08:21.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.arena_block_size: 4194304 2023-10-26T13:08:21.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-26T13:08:21.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-26T13:08:21.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-26T13:08:21.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-26T13:08:21.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-26T13:08:21.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-26T13:08:21.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-26T13:08:21.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-26T13:08:21.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-26T13:08:21.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-26T13:08:21.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-26T13:08:21.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-26T13:08:21.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-26T13:08:21.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-26T13:08:21.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.table_properties_collectors: 2023-10-26T13:08:21.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.inplace_update_support: 0 2023-10-26T13:08:21.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-26T13:08:21.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-26T13:08:21.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-26T13:08:21.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-26T13:08:21.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.bloom_locality: 0 2023-10-26T13:08:21.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.max_successive_merges: 0 2023-10-26T13:08:21.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-26T13:08:21.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-26T13:08:21.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.force_consistency_checks: 0 2023-10-26T13:08:21.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-26T13:08:21.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.ttl: 2592000 2023-10-26T13:08:21.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-26T13:08:21.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/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 2023-10-26T13:08:21.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.152+0000 7fe0a13ae880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-10-26T13:08:21.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.153+0000 7fe0a13ae880 4 rocksdb: DB pointer 0x562662c2b800 2023-10-26T13:08:21.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.153+0000 7fe08a235700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-10-26T13:08:21.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.153+0000 7fe08a235700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-10-26T13:08:21.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-10-26T13:08:21.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:08:21.227 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-26T13:08:21.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T13:08:21.228 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-26T13:08:21.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T13:08:21.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-26T13:08:21.229 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:08:21.229 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.229 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-26T13:08:21.230 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:08:21.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:08:21.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T13:08:21.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T13:08:21.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T13:08:21.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T13:08:21.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-10-26T13:08:21.231 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.231 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.231 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-10-26T13:08:21.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-26T13:08:21.232 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:08:21.233 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.233 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-26T13:08:21.234 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:08:21.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:08:21.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T13:08:21.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T13:08:21.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T13:08:21.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T13:08:21.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-10-26T13:08:21.235 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.235 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.235 INFO:teuthology.orchestra.run.smithi067.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 2023-10-26T13:08:21.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-10-26T13:08:21.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-10-26T13:08:21.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.155+0000 7fe0a13ae880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-10-26T13:08:21.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.155+0000 7fe0a13ae880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-10-26T13:08:21.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-10-26T13:08:21.155+0000 7fe0a13ae880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi067 for mon.smithi067 2023-10-26T13:08:21.517 INFO:teuthology.orchestra.run.smithi067.stderr:create mon.smithi067 on 2023-10-26T13:08:21.628 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-26T13:08:21.730 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7.target → /etc/systemd/system/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7.target. 2023-10-26T13:08:21.730 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7.target → /etc/systemd/system/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7.target. 2023-10-26T13:08:21.959 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to reset failed state of unit ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi067.service: Unit ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi067.service not loaded. 2023-10-26T13:08:21.966 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7.target.wants/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi067.service → /etc/systemd/system/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@.service. 2023-10-26T13:08:22.430 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: disabled 2023-10-26T13:08:22.438 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-10-26T13:08:22.438 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2023-10-26T13:08:22.439 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2023-10-26T13:08:22.439 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon to start... 2023-10-26T13:08:22.439 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon... 2023-10-26T13:08:22.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: cluster 2023-10-26T13:08:22.434340+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2023-10-26T13:08:22.918 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: cluster: 2023-10-26T13:08:22.919 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: id: ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:22.919 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-10-26T13:08:22.919 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:22.919 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: services: 2023-10-26T13:08:22.919 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi067 (age 0.477356s) 2023-10-26T13:08:22.920 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr: no daemons active 2023-10-26T13:08:22.920 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-10-26T13:08:22.920 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:22.920 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: data: 2023-10-26T13:08:22.920 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-10-26T13:08:22.921 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-10-26T13:08:22.921 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-10-26T13:08:22.921 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: pgs: 2023-10-26T13:08:22.921 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:23.278 INFO:teuthology.orchestra.run.smithi067.stderr:mon is available 2023-10-26T13:08:23.279 INFO:teuthology.orchestra.run.smithi067.stderr:Assimilating anything we can from ceph.conf... 2023-10-26T13:08:23.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: cluster 2023-10-26T13:08:22.438339+0000 mon.smithi067 (mon.0) 2 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2023-10-26T13:08:23.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: cluster 2023-10-26T13:08:22.438742+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} removed_ranks: {} 2023-10-26T13:08:23.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: cluster 2023-10-26T13:08:22.442087+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] fsmap 2023-10-26T13:08:23.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: cluster 2023-10-26T13:08:22.445583+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-10-26T13:08:23.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: cluster 2023-10-26T13:08:22.446167+0000 mon.smithi067 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-10-26T13:08:23.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: audit 2023-10-26T13:08:22.915655+0000 mon.smithi067 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/517634776' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-26T13:08:23.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:23.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [global] 2023-10-26T13:08:23.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: fsid = ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:23.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2023-10-26T13:08:23.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-26T13:08:23.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-26T13:08:23.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-26T13:08:23.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-26T13:08:23.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:23.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [mgr] 2023-10-26T13:08:23.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-26T13:08:23.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:23.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [osd] 2023-10-26T13:08:23.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-26T13:08:23.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-26T13:08:24.095 INFO:teuthology.orchestra.run.smithi067.stderr:Generating new minimal ceph.conf... 2023-10-26T13:08:24.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: audit 2023-10-26T13:08:23.745193+0000 mon.smithi067 (mon.0) 8 : audit [INF] from='client.? 172.21.15.67:0/3738639117' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-26T13:08:24.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: audit 2023-10-26T13:08:23.748924+0000 mon.smithi067 (mon.0) 9 : audit [INF] from='client.? 172.21.15.67:0/3738639117' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-26T13:08:24.828 INFO:teuthology.orchestra.run.smithi067.stderr:Restarting the monitor... 2023-10-26T13:08:25.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:24 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for ab97ef72-7400-11ee-8db9-212e2dc638e7... 2023-10-26T13:08:25.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:24 smithi067 bash[105330]: Error: no container with name or ID "ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon.smithi067" found: no such container 2023-10-26T13:08:25.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: debug 2023-10-26T13:08:25.041+0000 7fda9112b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi067 -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 2023-10-26T13:08:25.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105006]: debug 2023-10-26T13:08:25.041+0000 7fda9112b700 -1 mon.smithi067@0(leader) e1 *** Got Signal Terminated *** 2023-10-26T13:08:25.548 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:25 smithi067 bash[105369]: ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067 2023-10-26T13:08:25.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:25 smithi067 systemd[1]: ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi067.service: Succeeded. 2023-10-26T13:08:25.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:25 smithi067 systemd[1]: Stopped Ceph mon.smithi067 for ab97ef72-7400-11ee-8db9-212e2dc638e7. 2023-10-26T13:08:25.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:25 smithi067 systemd[1]: Starting Ceph mon.smithi067 for ab97ef72-7400-11ee-8db9-212e2dc638e7... 2023-10-26T13:08:26.080 INFO:teuthology.orchestra.run.smithi067.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-26T13:08:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.063+0000 7fa28eca7880 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-26T13:08:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.063+0000 7fa28eca7880 0 ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable), process ceph-mon, pid 7 2023-10-26T13:08:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.063+0000 7fa28eca7880 0 pidfile_write: ignore empty --pid-file 2023-10-26T13:08:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.067+0000 7fa28eca7880 0 load: jerasure load: lrc load: isa 2023-10-26T13:08:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: RocksDB version: 6.8.1 2023-10-26T13:08:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-26T13:08:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Compile date Oct 25 2023 2023-10-26T13:08:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: DB SUMMARY 2023-10-26T13:08:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: CURRENT file: CURRENT 2023-10-26T13:08:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: IDENTITY file: IDENTITY 2023-10-26T13:08:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-10-26T13:08:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 1, files: 000004.sst 2023-10-26T13:08:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 000006.log size: 81188 ; 2023-10-26T13:08:26.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.error_if_exists: 0 2023-10-26T13:08:26.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.create_if_missing: 0 2023-10-26T13:08:26.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.paranoid_checks: 1 2023-10-26T13:08:26.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.env: 0x56031e69f080 2023-10-26T13:08:26.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.fs: Posix File System 2023-10-26T13:08:26.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.info_log: 0x56031fee3d80 2023-10-26T13:08:26.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-26T13:08:26.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.statistics: (nil) 2023-10-26T13:08:26.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.use_fsync: 0 2023-10-26T13:08:26.478 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_log_file_size: 0 2023-10-26T13:08:26.478 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-26T13:08:26.478 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-26T13:08:26.478 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-26T13:08:26.478 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-26T13:08:26.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.allow_fallocate: 1 2023-10-26T13:08:26.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-26T13:08:26.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-26T13:08:26.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.use_direct_reads: 0 2023-10-26T13:08:26.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-26T13:08:26.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.create_missing_column_families: 0 2023-10-26T13:08:26.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.db_log_dir: 2023-10-26T13:08:26.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2023-10-26T13:08:26.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-26T13:08:26.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_subcompactions: 1 2023-10-26T13:08:26.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_background_flushes: -1 2023-10-26T13:08:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-26T13:08:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-26T13:08:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-26T13:08:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-26T13:08:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-26T13:08:26.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.advise_random_on_open: 1 2023-10-26T13:08:26.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-26T13:08:26.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.write_buffer_manager: 0x560320bde3c0 2023-10-26T13:08:26.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-26T13:08:26.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-26T13:08:26.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-26T13:08:26.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-26T13:08:26.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.rate_limiter: (nil) 2023-10-26T13:08:26.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-26T13:08:26.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-26T13:08:26.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-26T13:08:26.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-26T13:08:26.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.unordered_write: 0 2023-10-26T13:08:26.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-26T13:08:26.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-26T13:08:26.485 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-26T13:08:26.485 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-26T13:08:26.485 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.row_cache: None 2023-10-26T13:08:26.485 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.wal_filter: None 2023-10-26T13:08:26.485 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-26T13:08:26.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-26T13:08:26.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.preserve_deletes: 0 2023-10-26T13:08:26.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.two_write_queues: 0 2023-10-26T13:08:26.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.manual_wal_flush: 0 2023-10-26T13:08:26.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.atomic_flush: 0 2023-10-26T13:08:26.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-26T13:08:26.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-26T13:08:26.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-26T13:08:26.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.log_readahead_size: 0 2023-10-26T13:08:26.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-10-26T13:08:26.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_background_jobs: 2 2023-10-26T13:08:26.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_background_compactions: -1 2023-10-26T13:08:26.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-26T13:08:26.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-26T13:08:26.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-26T13:08:26.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_total_wal_size: 0 2023-10-26T13:08:26.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-26T13:08:26.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-26T13:08:26.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-26T13:08:26.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-26T13:08:26.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.max_open_files: -1 2023-10-26T13:08:26.490 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.bytes_per_sync: 0 2023-10-26T13:08:26.490 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-26T13:08:26.490 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-26T13:08:26.490 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-26T13:08:26.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Compression algorithms supported: 2023-10-26T13:08:26.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-26T13:08:26.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: kZSTD supported: 0 2023-10-26T13:08:26.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: kXpressCompression supported: 0 2023-10-26T13:08:26.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-26T13:08:26.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: kLZ4Compression supported: 1 2023-10-26T13:08:26.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: kBZip2Compression supported: 0 2023-10-26T13:08:26.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: kZlibCompression supported: 1 2023-10-26T13:08:26.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: kSnappyCompression supported: 1 2023-10-26T13:08:26.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.068+0000 7fa28eca7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-26T13:08:26.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000005 2023-10-26T13:08:26.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-10-26T13:08:26.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-26T13:08:26.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.merge_operator: 2023-10-26T13:08:26.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_filter: None 2023-10-26T13:08:26.494 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_filter_factory: None 2023-10-26T13:08:26.494 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-26T13:08:26.494 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-26T13:08:26.494 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56031fe93d18) 2023-10-26T13:08:26.494 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cache_index_and_filter_blocks: 1 2023-10-26T13:08:26.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-26T13:08:26.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-26T13:08:26.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: pin_top_level_index_and_filter: 1 2023-10-26T13:08:26.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: index_type: 0 2023-10-26T13:08:26.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: data_block_index_type: 0 2023-10-26T13:08:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: index_shortening: 1 2023-10-26T13:08:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: data_block_hash_table_util_ratio: 0.750000 2023-10-26T13:08:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: hash_index_allow_collision: 1 2023-10-26T13:08:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: checksum: 1 2023-10-26T13:08:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: no_block_cache: 0 2023-10-26T13:08:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: block_cache: 0x56031fec8f10 2023-10-26T13:08:26.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: block_cache_name: BinnedLRUCache 2023-10-26T13:08:26.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: block_cache_options: 2023-10-26T13:08:26.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: capacity : 536870912 2023-10-26T13:08:26.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: num_shard_bits : 4 2023-10-26T13:08:26.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: strict_capacity_limit : 0 2023-10-26T13:08:26.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: high_pri_pool_ratio: 0.000 2023-10-26T13:08:26.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: block_cache_compressed: (nil) 2023-10-26T13:08:26.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: persistent_cache: (nil) 2023-10-26T13:08:26.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: block_size: 4096 2023-10-26T13:08:26.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: block_size_deviation: 10 2023-10-26T13:08:26.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: block_restart_interval: 16 2023-10-26T13:08:26.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: index_block_restart_interval: 1 2023-10-26T13:08:26.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: metadata_block_size: 4096 2023-10-26T13:08:26.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: partition_filters: 0 2023-10-26T13:08:26.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: use_delta_encoding: 1 2023-10-26T13:08:26.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-26T13:08:26.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: whole_key_filtering: 1 2023-10-26T13:08:26.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: verify_compression: 0 2023-10-26T13:08:26.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: read_amp_bytes_per_bit: 0 2023-10-26T13:08:26.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: format_version: 2 2023-10-26T13:08:26.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: enable_index_compression: 1 2023-10-26T13:08:26.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: block_align: 0 2023-10-26T13:08:26.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-26T13:08:26.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-26T13:08:26.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compression: NoCompression 2023-10-26T13:08:26.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-26T13:08:26.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-26T13:08:26.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-26T13:08:26.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.num_levels: 7 2023-10-26T13:08:26.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-26T13:08:26.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-26T13:08:26.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-26T13:08:26.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 bash[105491]: 480feae2cedaf03b2a3d1fd8522c611b23a164a7e21875d879b19e2c9bc36d3a 2023-10-26T13:08:26.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-26T13:08:26.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-26T13:08:26.504 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-26T13:08:26.504 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-26T13:08:26.504 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-26T13:08:26.504 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-26T13:08:26.504 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-26T13:08:26.504 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compression_opts.level: 32767 2023-10-26T13:08:26.505 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-26T13:08:26.505 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-26T13:08:26.505 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-26T13:08:26.505 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compression_opts.enabled: false 2023-10-26T13:08:26.505 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-26T13:08:26.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-26T13:08:26.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-26T13:08:26.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-26T13:08:26.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-26T13:08:26.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-26T13:08:26.507 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-26T13:08:26.508 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-26T13:08:26.508 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-26T13:08:26.509 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-26T13:08:26.509 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-26T13:08:26.509 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-26T13:08:26.510 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-26T13:08:26.510 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-26T13:08:26.510 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-26T13:08:26.510 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-26T13:08:26.510 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-26T13:08:26.511 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.arena_block_size: 4194304 2023-10-26T13:08:26.511 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-26T13:08:26.511 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-26T13:08:26.511 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-26T13:08:26.511 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-26T13:08:26.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-26T13:08:26.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-26T13:08:26.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-26T13:08:26.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-26T13:08:26.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-26T13:08:26.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-26T13:08:26.513 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-26T13:08:26.513 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-26T13:08:26.513 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-26T13:08:26.513 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-26T13:08:26.513 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.table_properties_collectors: 2023-10-26T13:08:26.514 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.inplace_update_support: 0 2023-10-26T13:08:26.514 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-26T13:08:26.514 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-26T13:08:26.514 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-26T13:08:26.514 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-26T13:08:26.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.bloom_locality: 0 2023-10-26T13:08:26.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.max_successive_merges: 0 2023-10-26T13:08:26.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-26T13:08:26.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-26T13:08:26.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.force_consistency_checks: 0 2023-10-26T13:08:26.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-26T13:08:26.516 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.ttl: 2592000 2023-10-26T13:08:26.516 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-26T13:08:26.516 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/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 2023-10-26T13:08:26.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-10-26T13:08:26.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698325706070590, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-10-26T13:08:26.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.069+0000 7fa28eca7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-10-26T13:08:26.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.070+0000 7fa28eca7880 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. 2023-10-26T13:08:26.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.070+0000 7fa28eca7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698325706071499, "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": 1698325706, "oldest_key_time": 3, "file_creation_time": 0}} 2023-10-26T13:08:26.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.070+0000 7fa28eca7880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-10-26T13:08:26.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.071+0000 7fa28eca7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698325706071929, "job": 1, "event": "recovery_finished"} 2023-10-26T13:08:26.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.071+0000 7fa28eca7880 4 rocksdb: DB pointer 0x56031ff91800 2023-10-26T13:08:26.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.072+0000 7fa275aad700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-10-26T13:08:26.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.072+0000 7fa275aad700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-10-26T13:08:26.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ** DB Stats ** 2023-10-26T13:08:26.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:08:26.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-26T13:08:26.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-26T13:08:26.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T13:08:26.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-26T13:08:26.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-26T13:08:26.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T13:08:26.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ** Compaction Stats [default] ** 2023-10-26T13:08:26.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:08:26.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:08:26.522 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.8 0.00 0.00 1 0.001 0 0 2023-10-26T13:08:26.522 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.8 0.00 0.00 1 0.001 0 0 2023-10-26T13:08:26.522 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.8 0.00 0.00 1 0.001 0 0 2023-10-26T13:08:26.522 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.522 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ** Compaction Stats [default] ** 2023-10-26T13:08:26.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:08:26.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:08:26.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.8 0.00 0.00 1 0.001 0 0 2023-10-26T13:08:26.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:08:26.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T13:08:26.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T13:08:26.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T13:08:26.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T13:08:26.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: AddFile(Keys): cumulative 0, interval 0 2023-10-26T13:08:26.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Cumulative compaction: 0.00 GB write, 24.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T13:08:26.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Interval compaction: 0.00 GB write, 24.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T13:08:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:08:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ** File Read Latency Histogram By Level [default] ** 2023-10-26T13:08:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ** Compaction Stats [default] ** 2023-10-26T13:08:26.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:08:26.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:08:26.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.8 0.00 0.00 1 0.001 0 0 2023-10-26T13:08:26.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.8 0.00 0.00 1 0.001 0 0 2023-10-26T13:08:26.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:08:26.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ** Compaction Stats [default] ** 2023-10-26T13:08:26.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:08:26.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:08:26.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.8 0.00 0.00 1 0.001 0 0 2023-10-26T13:08:26.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:08:26.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T13:08:26.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T13:08:26.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T13:08:26.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T13:08:26.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: AddFile(Keys): cumulative 0, interval 0 2023-10-26T13:08:26.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Cumulative compaction: 0.00 GB write, 23.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T13:08:26.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T13:08:26.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:08:26.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: ** File Read Latency Histogram By Level [default] ** 2023-10-26T13:08:26.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.072+0000 7fa28eca7880 0 starting mon.smithi067 rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi067 fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:26.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.073+0000 7fa28eca7880 1 mon.smithi067@-1(???) e1 preinit fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:26.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.074+0000 7fa28eca7880 0 mon.smithi067@-1(???).mds e1 new map 2023-10-26T13:08:26.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.074+0000 7fa28eca7880 0 mon.smithi067@-1(???).mds e1 print_map 2023-10-26T13:08:26.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: e1 2023-10-26T13:08:26.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-26T13:08:26.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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} 2023-10-26T13:08:26.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: legacy client fscid: -1 2023-10-26T13:08:26.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: No filesystems configured 2023-10-26T13:08:26.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 2023-10-26T13:08:26.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.074+0000 7fa28eca7880 0 mon.smithi067@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-26T13:08:26.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.074+0000 7fa28eca7880 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-26T13:08:26.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.074+0000 7fa28eca7880 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-26T13:08:26.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:08:26.074+0000 7fa28eca7880 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-26T13:08:26.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:23.745193+0000 mon.smithi067 (mon.0) 8 : audit [INF] from='client.? 172.21.15.67:0/3738639117' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-26T13:08:26.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:23.748924+0000 mon.smithi067 (mon.0) 9 : audit [INF] from='client.? 172.21.15.67:0/3738639117' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-26T13:08:26.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 systemd[1]: Started Ceph mon.smithi067 for ab97ef72-7400-11ee-8db9-212e2dc638e7. 2023-10-26T13:08:26.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:26.091390+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2023-10-26T13:08:26.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:26.091469+0000 mon.smithi067 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} removed_ranks: {} 2023-10-26T13:08:26.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:26.091942+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] fsmap 2023-10-26T13:08:26.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:26.091990+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-10-26T13:08:26.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:26.092432+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-10-26T13:08:26.853 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote config to /etc/ceph/ceph.conf 2023-10-26T13:08:26.854 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-26T13:08:26.854 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mgr... 2023-10-26T13:08:26.855 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying port 9283 ... 2023-10-26T13:08:26.994 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to reset failed state of unit ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mgr.smithi067.djqliw.service: Unit ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mgr.smithi067.djqliw.service not loaded. 2023-10-26T13:08:27.001 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7.target.wants/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mgr.smithi067.djqliw.service → /etc/systemd/system/ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@.service. 2023-10-26T13:08:27.563 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: disabled 2023-10-26T13:08:27.571 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-10-26T13:08:27.572 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2023-10-26T13:08:27.572 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2023-10-26T13:08:27.580 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: disabled 2023-10-26T13:08:27.588 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-10-26T13:08:27.589 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2023-10-26T13:08:27.589 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-10-26T13:08:27.589 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr to start... 2023-10-26T13:08:27.589 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr... 2023-10-26T13:08:27.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:26.499502+0000 mon.smithi067 (mon.0) 6 : audit [INF] from='client.? 172.21.15.67:0/2240507684' entity='client.admin' 2023-10-26T13:08:28.033 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:28.033 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-10-26T13:08:28.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "ab97ef72-7400-11ee-8db9-212e2dc638e7", 2023-10-26T13:08:28.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-10-26T13:08:28.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-26T13:08:28.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-10-26T13:08:28.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-10-26T13:08:28.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:28.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-26T13:08:28.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-10-26T13:08:28.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-10-26T13:08:28.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:28.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-26T13:08:28.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2023-10-26T13:08:28.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:28.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-10-26T13:08:28.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-10-26T13:08:28.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:28.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-26T13:08:28.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-26T13:08:28.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:28.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-10-26T13:08:28.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:28.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-26T13:08:28.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-26T13:08:28.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-26T13:08:28.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-26T13:08:28.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-26T13:08:28.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-26T13:08:28.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:28.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-10-26T13:08:28.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-26T13:08:28.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-26T13:08:28.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-26T13:08:28.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-26T13:08:28.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-26T13:08:28.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-26T13:08:28.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-26T13:08:28.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-26T13:08:28.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:28.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-10-26T13:08:28.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:28.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-26T13:08:28.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-26T13:08:28.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:28.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-26T13:08:28.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2023-10-26T13:08:28.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-26T13:08:28.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-10-26T13:08:28.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-10-26T13:08:28.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-10-26T13:08:28.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-10-26T13:08:28.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:28.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-10-26T13:08:28.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:28.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-10-26T13:08:28.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:28.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-10-26T13:08:22.440277+0000", 2023-10-26T13:08:28.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-10-26T13:08:28.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:28.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-26T13:08:28.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-10-26T13:08:28.386 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (1/15)... 2023-10-26T13:08:28.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:28.025999+0000 mon.smithi067 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/1119538105' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-26T13:08:30.842 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:30.842 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-10-26T13:08:30.842 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "ab97ef72-7400-11ee-8db9-212e2dc638e7", 2023-10-26T13:08:30.843 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-10-26T13:08:30.843 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-26T13:08:30.843 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-10-26T13:08:30.843 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-10-26T13:08:30.843 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:30.844 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-26T13:08:30.844 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-10-26T13:08:30.844 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-10-26T13:08:30.844 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:30.844 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-26T13:08:30.845 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2023-10-26T13:08:30.845 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:30.845 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-10-26T13:08:30.845 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-10-26T13:08:30.845 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:30.846 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-26T13:08:30.846 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-26T13:08:30.846 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:30.846 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-10-26T13:08:30.846 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:30.847 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-26T13:08:30.847 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-26T13:08:30.847 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-26T13:08:30.850 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-26T13:08:30.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-26T13:08:30.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-26T13:08:30.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:30.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-10-26T13:08:30.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-26T13:08:30.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-26T13:08:30.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-26T13:08:30.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-26T13:08:30.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-26T13:08:30.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-26T13:08:30.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-26T13:08:30.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-26T13:08:30.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:30.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-10-26T13:08:30.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:30.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-26T13:08:30.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-26T13:08:30.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:30.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-26T13:08:30.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2023-10-26T13:08:30.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-26T13:08:30.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-10-26T13:08:30.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-10-26T13:08:30.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-10-26T13:08:30.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-10-26T13:08:30.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:30.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-10-26T13:08:30.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:30.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-10-26T13:08:30.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:30.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-10-26T13:08:22.440277+0000", 2023-10-26T13:08:30.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-10-26T13:08:30.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:30.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-26T13:08:30.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-10-26T13:08:31.053 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:30.838866+0000 mon.smithi067 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.67:0/3446686233' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-26T13:08:31.185 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (2/15)... 2023-10-26T13:08:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:33.132539+0000 mon.smithi067 (mon.0) 9 : cluster [INF] Activating manager daemon smithi067.djqliw 2023-10-26T13:08:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:33.135044+0000 mon.smithi067 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi067.djqliw(active, starting, since 0.00261506s) 2023-10-26T13:08:33.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.136035+0000 mon.smithi067 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T13:08:33.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.136164+0000 mon.smithi067 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T13:08:33.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.136358+0000 mon.smithi067 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T13:08:33.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.136555+0000 mon.smithi067 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-10-26T13:08:33.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.136923+0000 mon.smithi067 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr metadata", "who": "smithi067.djqliw", "id": "smithi067.djqliw"}]: dispatch 2023-10-26T13:08:33.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:33.150293+0000 mon.smithi067 (mon.0) 16 : cluster [INF] Manager daemon smithi067.djqliw is now available 2023-10-26T13:08:33.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.161086+0000 mon.smithi067 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:33.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.163128+0000 mon.smithi067 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.djqliw/mirror_snapshot_schedule"}]: dispatch 2023-10-26T13:08:33.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.165711+0000 mon.smithi067 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.djqliw/trash_purge_schedule"}]: dispatch 2023-10-26T13:08:33.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.171274+0000 mon.smithi067 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:33.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.176440+0000 mon.smithi067 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.67:0/2450205512' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:33.596 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:33.596 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-10-26T13:08:33.596 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "ab97ef72-7400-11ee-8db9-212e2dc638e7", 2023-10-26T13:08:33.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-10-26T13:08:33.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-26T13:08:33.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-10-26T13:08:33.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-10-26T13:08:33.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:33.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-26T13:08:33.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-10-26T13:08:33.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-10-26T13:08:33.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:33.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-26T13:08:33.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2023-10-26T13:08:33.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:33.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-10-26T13:08:33.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-10-26T13:08:33.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:33.600 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-26T13:08:33.600 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-26T13:08:33.600 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:33.600 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-10-26T13:08:33.600 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:33.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-26T13:08:33.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-26T13:08:33.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-26T13:08:33.604 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-26T13:08:33.605 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-26T13:08:33.605 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-26T13:08:33.605 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:33.605 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-10-26T13:08:33.606 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-26T13:08:33.606 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-26T13:08:33.606 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-26T13:08:33.606 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-26T13:08:33.606 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-26T13:08:33.607 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-26T13:08:33.607 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-26T13:08:33.607 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-26T13:08:33.607 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:33.607 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-10-26T13:08:33.608 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:33.608 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-26T13:08:33.608 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-26T13:08:33.608 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:33.608 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-26T13:08:33.609 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2023-10-26T13:08:33.609 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-26T13:08:33.609 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-10-26T13:08:33.609 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-10-26T13:08:33.609 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-10-26T13:08:33.610 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-10-26T13:08:33.610 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:33.610 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-10-26T13:08:33.610 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:33.610 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-10-26T13:08:33.611 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:33.611 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-10-26T13:08:22.440277+0000", 2023-10-26T13:08:33.611 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-10-26T13:08:33.611 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:33.611 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-26T13:08:33.611 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-10-26T13:08:33.951 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (3/15)... 2023-10-26T13:08:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:33.592633+0000 mon.smithi067 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.67:0/1104223692' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-26T13:08:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:34.137474+0000 mon.smithi067 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi067.djqliw(active, since 1.00505s) 2023-10-26T13:08:36.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:35.189930+0000 mon.smithi067 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi067.djqliw(active, since 2s) 2023-10-26T13:08:36.584 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:36.585 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-10-26T13:08:36.585 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "ab97ef72-7400-11ee-8db9-212e2dc638e7", 2023-10-26T13:08:36.585 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-10-26T13:08:36.585 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-26T13:08:36.586 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-10-26T13:08:36.586 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-10-26T13:08:36.586 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:36.586 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-26T13:08:36.587 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-10-26T13:08:36.587 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-10-26T13:08:36.587 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:36.588 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-26T13:08:36.588 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2023-10-26T13:08:36.588 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:36.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-10-26T13:08:36.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-10-26T13:08:36.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:36.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-26T13:08:36.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-26T13:08:36.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:36.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-10-26T13:08:36.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:36.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-26T13:08:36.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-26T13:08:36.591 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-26T13:08:36.594 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-26T13:08:36.595 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-26T13:08:36.595 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-26T13:08:36.595 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:36.595 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-10-26T13:08:36.595 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-26T13:08:36.596 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-26T13:08:36.596 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-26T13:08:36.596 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-26T13:08:36.596 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-26T13:08:36.596 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-26T13:08:36.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-26T13:08:36.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-26T13:08:36.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:36.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-10-26T13:08:36.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:36.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-26T13:08:36.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-26T13:08:36.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:36.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-26T13:08:36.598 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-10-26T13:08:36.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-26T13:08:36.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-10-26T13:08:36.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-10-26T13:08:36.599 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-10-26T13:08:36.600 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-10-26T13:08:36.600 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-10-26T13:08:36.600 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-10-26T13:08:36.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:36.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-10-26T13:08:36.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-26T13:08:36.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-10-26T13:08:22.440277+0000", 2023-10-26T13:08:36.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-10-26T13:08:36.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-10-26T13:08:36.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-26T13:08:36.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-10-26T13:08:36.959 INFO:teuthology.orchestra.run.smithi067.stderr:mgr is available 2023-10-26T13:08:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:36.580638+0000 mon.smithi067 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.67:0/3725474024' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-26T13:08:37.492 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:37.493 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [global] 2023-10-26T13:08:37.493 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: fsid = ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:37.493 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-26T13:08:37.493 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-26T13:08:37.493 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-26T13:08:37.494 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-26T13:08:37.494 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:37.494 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [mgr] 2023-10-26T13:08:37.494 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-26T13:08:37.494 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-10-26T13:08:37.495 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [osd] 2023-10-26T13:08:37.495 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-26T13:08:37.495 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-26T13:08:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling cephadm module... 2023-10-26T13:08:38.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:37.489767+0000 mon.smithi067 (mon.0) 26 : audit [INF] from='client.? 172.21.15.67:0/2487405361' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-26T13:08:39.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:38.478458+0000 mon.smithi067 (mon.0) 27 : audit [INF] from='client.? 172.21.15.67:0/450220140' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-26T13:08:40.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-10-26T13:08:40.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 5, 2023-10-26T13:08:40.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-10-26T13:08:40.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "active_name": "smithi067.djqliw", 2023-10-26T13:08:40.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-26T13:08:40.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-10-26T13:08:40.428 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:39.197843+0000 mon.smithi067 (mon.0) 28 : audit [INF] from='client.? 172.21.15.67:0/450220140' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-26T13:08:40.428 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:39.197927+0000 mon.smithi067 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi067.djqliw(active, since 6s) 2023-10-26T13:08:40.429 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:40.128643+0000 mon.smithi067 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.67:0/3560959709' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-26T13:08:40.501 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2023-10-26T13:08:40.501 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr epoch 5... 2023-10-26T13:08:45.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:44.861451+0000 mon.smithi067 (mon.0) 31 : cluster [INF] Active manager daemon smithi067.djqliw restarted 2023-10-26T13:08:45.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:44.861759+0000 mon.smithi067 (mon.0) 32 : cluster [INF] Activating manager daemon smithi067.djqliw 2023-10-26T13:08:45.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:44.864914+0000 mon.smithi067 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-10-26T13:08:45.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:44.865049+0000 mon.smithi067 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi067.djqliw(active, starting, since 0.00339869s) 2023-10-26T13:08:45.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.865632+0000 mon.smithi067 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-10-26T13:08:45.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.866342+0000 mon.smithi067 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr metadata", "who": "smithi067.djqliw", "id": "smithi067.djqliw"}]: dispatch 2023-10-26T13:08:45.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.866991+0000 mon.smithi067 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T13:08:45.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.867150+0000 mon.smithi067 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T13:08:45.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.867292+0000 mon.smithi067 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T13:08:45.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:44.881071+0000 mon.smithi067 (mon.0) 40 : cluster [INF] Manager daemon smithi067.djqliw is now available 2023-10-26T13:08:45.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.893832+0000 mon.smithi067 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:45.875 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-10-26T13:08:45.875 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-10-26T13:08:45.876 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "initialized": true 2023-10-26T13:08:45.876 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-10-26T13:08:46.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:08:44.891085+0000 mgr.smithi067.djqliw (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-10-26T13:08:46.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.986238+0000 mon.smithi067 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:46.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.987426+0000 mon.smithi067 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:08:46.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.988778+0000 mon.smithi067 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:08:46.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:44.990210+0000 mon.smithi067 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:08:46.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:45.004341+0000 mon.smithi067 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.djqliw/mirror_snapshot_schedule"}]: dispatch 2023-10-26T13:08:46.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:45.007177+0000 mon.smithi067 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.djqliw/trash_purge_schedule"}]: dispatch 2023-10-26T13:08:46.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:45.867434+0000 mon.smithi067 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi067.djqliw(active, since 1.00578s) 2023-10-26T13:08:47.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:45.866577+0000 mgr.smithi067.djqliw (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-26T13:08:47.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:45.873546+0000 mgr.smithi067.djqliw (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-26T13:08:47.843 INFO:teuthology.orchestra.run.smithi067.stderr:mgr epoch 5 is available 2023-10-26T13:08:47.844 INFO:teuthology.orchestra.run.smithi067.stderr:Setting orchestrator backend to cephadm... 2023-10-26T13:08:48.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:08:47.083371+0000 mon.smithi067 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi067.djqliw(active, since 2s) 2023-10-26T13:08:50.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:49.283347+0000 mgr.smithi067.djqliw (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:08:50.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:49.287208+0000 mon.smithi067 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:50.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:49.317601+0000 mon.smithi067 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:08:52.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: value unchanged 2023-10-26T13:08:52.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:52.086629+0000 mgr.smithi067.djqliw (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:08:52.458 INFO:teuthology.orchestra.run.smithi067.stderr:Generating ssh key... 2023-10-26T13:08:53.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:52.990146+0000 mgr.smithi067.djqliw (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:08:53.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:08:52.990343+0000 mgr.smithi067.djqliw (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-10-26T13:08:54.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmk23ApTTLDmfVHarl0kt2C7vgFclZNzZCp0cFQnDEJAkcIP9dY6ZVvMHGugwU4nCyAWyNWlNTUUqao8NVi4zN0GF6MW3dxouAZuVwPPx56qe/qNNRU+gZVpzSSaUv156/5BRq/d9QEkxQw7bc7LSZjXExhfOkGtF1/3EohVpCU9CI66kyY78RX8WNwRh2ImtlD8qdbK9zOBRxrcG/bTz7y0pBg6K8GJ+7/+0++AWT6fxujxXkCzw+CpHk/oPNsGoX1IsdMre8/abQdU5iNsVxgsl4aq7zygJBIbmSuOEzaMUVaO1khK1aamL1Rcz5IQd8QBLdDN0ezNQRxDI8rVG6REKqePFdpLRYXWIC56aJP70Eac28J1+LhXxujB+Y1f1bDPfYE0HT/LKj55f/2hoQCOxHQlpiOROyN32XGG8CxvxKDZDAkA78FJpN5u6CZohKjseQtpphvl8Q7Dij7QSeh7Yx5zDGs34LihFyf66QFhY74/yuhxU/jutSNwkwXVc= ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:08:54.718 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:53.513291+0000 mon.smithi067 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:54.719 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:53.514976+0000 mon.smithi067 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:54.766 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-26T13:08:54.766 INFO:teuthology.orchestra.run.smithi067.stderr:Adding key to root@localhost authorized_keys... 2023-10-26T13:08:54.767 INFO:teuthology.orchestra.run.smithi067.stderr:Adding host smithi067... 2023-10-26T13:08:55.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:54.405582+0000 mgr.smithi067.djqliw (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:08:55.936 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Added host 'smithi067' with addr '172.21.15.67' 2023-10-26T13:08:56.234 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying mon service with default placement... 2023-10-26T13:08:56.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled mon update... 2023-10-26T13:08:57.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:55.307292+0000 mgr.smithi067.djqliw (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi067", "addr": "172.21.15.67", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:08:57.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:55.933756+0000 mon.smithi067 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:57.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:08:55.934041+0000 mgr.smithi067.djqliw (mgr.14118) 10 : cephadm [INF] Added host smithi067 2023-10-26T13:08:57.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:55.948423+0000 mon.smithi067 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:08:57.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:56.794955+0000 mon.smithi067 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:57.615 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying mgr service with default placement... 2023-10-26T13:08:58.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:56.791530+0000 mgr.smithi067.djqliw (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:08:58.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:08:56.792755+0000 mgr.smithi067.djqliw (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-10-26T13:08:58.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-10-26T13:08:58.740 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying crash service with default placement... 2023-10-26T13:08:59.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:58.096184+0000 mon.smithi067 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:59.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:58.340882+0000 mon.smithi067 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:59.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:08:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:58.388404+0000 mon.smithi067 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:08:59.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled crash update... 2023-10-26T13:08:59.740 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying prometheus service with default placement... 2023-10-26T13:09:00.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:58.385159+0000 mgr.smithi067.djqliw (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:00.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:08:58.386061+0000 mgr.smithi067.djqliw (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-10-26T13:09:00.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:59.271793+0000 mon.smithi067 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:00.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:59.380375+0000 mon.smithi067 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:00.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-10-26T13:09:00.682 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying grafana service with default placement... 2023-10-26T13:09:01.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-10-26T13:09:01.431 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:08:59.375589+0000 mgr.smithi067.djqliw (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:01.431 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:08:59.376547+0000 mgr.smithi067.djqliw (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-10-26T13:09:01.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:00.354779+0000 mon.smithi067 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:01.590 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying node-exporter service with default placement... 2023-10-26T13:09:02.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-10-26T13:09:02.459 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:00.350943+0000 mgr.smithi067.djqliw (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:02.459 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:00.351786+0000 mgr.smithi067.djqliw (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-10-26T13:09:02.459 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:01.251617+0000 mon.smithi067 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:02.499 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying alertmanager service with default placement... 2023-10-26T13:09:03.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-10-26T13:09:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:01.247895+0000 mgr.smithi067.djqliw (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:01.248732+0000 mgr.smithi067.djqliw (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-10-26T13:09:03.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:02.116377+0000 mgr.smithi067.djqliw (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:03.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:02.117247+0000 mgr.smithi067.djqliw (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-10-26T13:09:03.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:02.119005+0000 mon.smithi067 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:03.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:03.048020+0000 mon.smithi067 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.67:0/163478588' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:04.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:03.044902+0000 mgr.smithi067.djqliw (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:04.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:03.045758+0000 mgr.smithi067.djqliw (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-10-26T13:09:04.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:03.936350+0000 mon.smithi067 (mon.0) 66 : audit [INF] from='client.? 172.21.15.67:0/116845117' entity='client.admin' 2023-10-26T13:09:05.140 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling the dashboard module... 2023-10-26T13:09:06.055 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:04.802073+0000 mon.smithi067 (mon.0) 67 : audit [INF] from='client.? 172.21.15.67:0/2012669422' entity='client.admin' 2023-10-26T13:09:06.055 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:04.868456+0000 mgr.smithi067.djqliw (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:09:06.055 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:05.705225+0000 mon.smithi067 (mon.0) 68 : audit [INF] from='client.? 172.21.15.67:0/1684602070' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-26T13:09:06.806 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-10-26T13:09:06.806 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 9, 2023-10-26T13:09:06.806 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-10-26T13:09:06.806 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "active_name": "smithi067.djqliw", 2023-10-26T13:09:06.807 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-26T13:09:06.807 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-10-26T13:09:07.117 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:05.872000+0000 mon.smithi067 (mon.0) 69 : audit [INF] from='client.? 172.21.15.67:0/1684602070' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-26T13:09:07.117 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:05.872048+0000 mon.smithi067 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi067.djqliw(active, since 21s) 2023-10-26T13:09:07.117 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:06.804162+0000 mon.smithi067 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.67:0/4208773117' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-26T13:09:07.147 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2023-10-26T13:09:07.148 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr epoch 9... 2023-10-26T13:09:12.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:11.484720+0000 mon.smithi067 (mon.0) 72 : cluster [INF] Active manager daemon smithi067.djqliw restarted 2023-10-26T13:09:12.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:11.484939+0000 mon.smithi067 (mon.0) 73 : cluster [INF] Activating manager daemon smithi067.djqliw 2023-10-26T13:09:12.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:11.487726+0000 mon.smithi067 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-10-26T13:09:12.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:11.487841+0000 mon.smithi067 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi067.djqliw(active, starting, since 0.00299053s) 2023-10-26T13:09:12.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.488615+0000 mon.smithi067 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-10-26T13:09:12.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.489407+0000 mon.smithi067 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr metadata", "who": "smithi067.djqliw", "id": "smithi067.djqliw"}]: dispatch 2023-10-26T13:09:12.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.490239+0000 mon.smithi067 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T13:09:12.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.490435+0000 mon.smithi067 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T13:09:12.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.490581+0000 mon.smithi067 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T13:09:12.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:11.504068+0000 mon.smithi067 (mon.0) 81 : cluster [INF] Manager daemon smithi067.djqliw is now available 2023-10-26T13:09:12.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.604234+0000 mon.smithi067 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:09:12.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.606027+0000 mon.smithi067 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:09:12.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.629541+0000 mon.smithi067 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.djqliw/mirror_snapshot_schedule"}]: dispatch 2023-10-26T13:09:12.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:11.633056+0000 mon.smithi067 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.djqliw/trash_purge_schedule"}]: dispatch 2023-10-26T13:09:12.499 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-10-26T13:09:12.500 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-10-26T13:09:12.500 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "initialized": true 2023-10-26T13:09:12.500 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-10-26T13:09:12.922 INFO:teuthology.orchestra.run.smithi067.stderr:mgr epoch 9 is available 2023-10-26T13:09:12.922 INFO:teuthology.orchestra.run.smithi067.stderr:Generating a dashboard self-signed certificate... 2023-10-26T13:09:13.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Self-signed certificate created 2023-10-26T13:09:13.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:12.491485+0000 mgr.smithi067.djqliw (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-26T13:09:13.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:12.491836+0000 mon.smithi067 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi067.djqliw(active, since 1.00698s) 2023-10-26T13:09:13.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:12.497701+0000 mgr.smithi067.djqliw (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-26T13:09:13.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:12.636469+0000 mon.smithi067 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:14.022 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial admin user... 2023-10-26T13:09:14.827 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$0Seg5UxxBIwRzwAMgalNGOSFeaGAw25N7Oc.6Xp.LVfGiG.R4Tia.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1698325754, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-26T13:09:14.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:13.497290+0000 mgr.smithi067.djqliw (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:14.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:13.648915+0000 mon.smithi067 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:14.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:13.654510+0000 mon.smithi067 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:14.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:14.492710+0000 mon.smithi067 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi067.djqliw(active, since 3s) 2023-10-26T13:09:15.188 INFO:teuthology.orchestra.run.smithi067.stderr:Fetching dashboard port number... 2023-10-26T13:09:15.736 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 8443 2023-10-26T13:09:16.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:14.580950+0000 mgr.smithi067.djqliw (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 2023-10-26T13:09:16.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:14.825216+0000 mon.smithi067 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:16.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:15.735413+0000 mon.smithi067 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.67:0/729329737' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-26T13:09:16.105 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: disabled 2023-10-26T13:09:16.113 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-10-26T13:09:16.113 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2023-10-26T13:09:16.113 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-26T13:09:16.116 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph Dashboard is now available at: 2023-10-26T13:09:16.116 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:16.117 INFO:teuthology.orchestra.run.smithi067.stderr: URL: https://smithi067.front.sepia.ceph.com:8443/ 2023-10-26T13:09:16.117 INFO:teuthology.orchestra.run.smithi067.stderr: User: admin 2023-10-26T13:09:16.117 INFO:teuthology.orchestra.run.smithi067.stderr: Password: 3zj2dn863b 2023-10-26T13:09:16.117 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:16.118 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling autotune for osd_memory_target 2023-10-26T13:09:17.714 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-10-26T13:09:18.055 INFO:teuthology.orchestra.run.smithi067.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-26T13:09:18.055 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:18.055 INFO:teuthology.orchestra.run.smithi067.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-26T13:09:18.055 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:18.056 INFO:teuthology.orchestra.run.smithi067.stderr:Or, if you are only running a single cluster on this host: 2023-10-26T13:09:18.056 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:18.056 INFO:teuthology.orchestra.run.smithi067.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-26T13:09:18.056 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:18.056 INFO:teuthology.orchestra.run.smithi067.stderr:Please consider enabling telemetry to help improve Ceph: 2023-10-26T13:09:18.057 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:18.057 INFO:teuthology.orchestra.run.smithi067.stderr: ceph telemetry on 2023-10-26T13:09:18.057 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:18.057 INFO:teuthology.orchestra.run.smithi067.stderr:For more information see: 2023-10-26T13:09:18.057 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:18.058 INFO:teuthology.orchestra.run.smithi067.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-10-26T13:09:18.058 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:09:18.058 INFO:teuthology.orchestra.run.smithi067.stderr:Bootstrap complete. 2023-10-26T13:09:18.089 INFO:tasks.cephadm:Fetching config... 2023-10-26T13:09:18.089 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:09:18.090 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-26T13:09:18.108 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-26T13:09:18.109 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:09:18.109 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-26T13:09:18.167 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-26T13:09:18.167 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:09:18.168 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/keyring of=/dev/stdout 2023-10-26T13:09:18.239 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-26T13:09:18.240 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:09:18.240 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-26T13:09:18.299 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-26T13:09:18.300 DEBUG:teuthology.orchestra.run.smithi067:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmk23ApTTLDmfVHarl0kt2C7vgFclZNzZCp0cFQnDEJAkcIP9dY6ZVvMHGugwU4nCyAWyNWlNTUUqao8NVi4zN0GF6MW3dxouAZuVwPPx56qe/qNNRU+gZVpzSSaUv156/5BRq/d9QEkxQw7bc7LSZjXExhfOkGtF1/3EohVpCU9CI66kyY78RX8WNwRh2ImtlD8qdbK9zOBRxrcG/bTz7y0pBg6K8GJ+7/+0++AWT6fxujxXkCzw+CpHk/oPNsGoX1IsdMre8/abQdU5iNsVxgsl4aq7zygJBIbmSuOEzaMUVaO1khK1aamL1Rcz5IQd8QBLdDN0ezNQRxDI8rVG6REKqePFdpLRYXWIC56aJP70Eac28J1+LhXxujB+Y1f1bDPfYE0HT/LKj55f/2hoQCOxHQlpiOROyN32XGG8CxvxKDZDAkA78FJpN5u6CZohKjseQtpphvl8Q7Dij7QSeh7Yx5zDGs34LihFyf66QFhY74/yuhxU/jutSNwkwXVc= ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-26T13:09:18.377 INFO:teuthology.orchestra.run.smithi067.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmk23ApTTLDmfVHarl0kt2C7vgFclZNzZCp0cFQnDEJAkcIP9dY6ZVvMHGugwU4nCyAWyNWlNTUUqao8NVi4zN0GF6MW3dxouAZuVwPPx56qe/qNNRU+gZVpzSSaUv156/5BRq/d9QEkxQw7bc7LSZjXExhfOkGtF1/3EohVpCU9CI66kyY78RX8WNwRh2ImtlD8qdbK9zOBRxrcG/bTz7y0pBg6K8GJ+7/+0++AWT6fxujxXkCzw+CpHk/oPNsGoX1IsdMre8/abQdU5iNsVxgsl4aq7zygJBIbmSuOEzaMUVaO1khK1aamL1Rcz5IQd8QBLdDN0ezNQRxDI8rVG6REKqePFdpLRYXWIC56aJP70Eac28J1+LhXxujB+Y1f1bDPfYE0HT/LKj55f/2hoQCOxHQlpiOROyN32XGG8CxvxKDZDAkA78FJpN5u6CZohKjseQtpphvl8Q7Dij7QSeh7Yx5zDGs34LihFyf66QFhY74/yuhxU/jutSNwkwXVc= ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:09:18.389 DEBUG:teuthology.orchestra.run.smithi175:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmk23ApTTLDmfVHarl0kt2C7vgFclZNzZCp0cFQnDEJAkcIP9dY6ZVvMHGugwU4nCyAWyNWlNTUUqao8NVi4zN0GF6MW3dxouAZuVwPPx56qe/qNNRU+gZVpzSSaUv156/5BRq/d9QEkxQw7bc7LSZjXExhfOkGtF1/3EohVpCU9CI66kyY78RX8WNwRh2ImtlD8qdbK9zOBRxrcG/bTz7y0pBg6K8GJ+7/+0++AWT6fxujxXkCzw+CpHk/oPNsGoX1IsdMre8/abQdU5iNsVxgsl4aq7zygJBIbmSuOEzaMUVaO1khK1aamL1Rcz5IQd8QBLdDN0ezNQRxDI8rVG6REKqePFdpLRYXWIC56aJP70Eac28J1+LhXxujB+Y1f1bDPfYE0HT/LKj55f/2hoQCOxHQlpiOROyN32XGG8CxvxKDZDAkA78FJpN5u6CZohKjseQtpphvl8Q7Dij7QSeh7Yx5zDGs34LihFyf66QFhY74/yuhxU/jutSNwkwXVc= ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-26T13:09:18.434 INFO:teuthology.orchestra.run.smithi175.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmk23ApTTLDmfVHarl0kt2C7vgFclZNzZCp0cFQnDEJAkcIP9dY6ZVvMHGugwU4nCyAWyNWlNTUUqao8NVi4zN0GF6MW3dxouAZuVwPPx56qe/qNNRU+gZVpzSSaUv156/5BRq/d9QEkxQw7bc7LSZjXExhfOkGtF1/3EohVpCU9CI66kyY78RX8WNwRh2ImtlD8qdbK9zOBRxrcG/bTz7y0pBg6K8GJ+7/+0++AWT6fxujxXkCzw+CpHk/oPNsGoX1IsdMre8/abQdU5iNsVxgsl4aq7zygJBIbmSuOEzaMUVaO1khK1aamL1Rcz5IQd8QBLdDN0ezNQRxDI8rVG6REKqePFdpLRYXWIC56aJP70Eac28J1+LhXxujB+Y1f1bDPfYE0HT/LKj55f/2hoQCOxHQlpiOROyN32XGG8CxvxKDZDAkA78FJpN5u6CZohKjseQtpphvl8Q7Dij7QSeh7Yx5zDGs34LihFyf66QFhY74/yuhxU/jutSNwkwXVc= ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:09:18.446 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-26T13:09:18.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:17.573409+0000 mon.smithi067 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi067.djqliw(active, since 6s) 2023-10-26T13:09:18.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:17.709815+0000 mon.smithi067 (mon.0) 94 : audit [INF] from='client.? 172.21.15.67:0/1380801719' entity='client.admin' 2023-10-26T13:09:20.614 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-26T13:09:20.619 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-26T13:09:20.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:19.761661+0000 mon.smithi067 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:20.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:20.146437+0000 mon.smithi067 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:09:20.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:20.149847+0000 mon.smithi067 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:20.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:20.242036+0000 mon.smithi067 (mon.0) 98 : audit [INF] from='client.? 172.21.15.67:0/746033073' entity='client.admin' 2023-10-26T13:09:21.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:20.158581+0000 mgr.smithi067.djqliw (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi067 on smithi067 2023-10-26T13:09:22.384 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi175 2023-10-26T13:09:22.385 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:09:22.385 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.conf 2023-10-26T13:09:22.407 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:09:22.407 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-26T13:09:22.467 INFO:tasks.cephadm:Adding host smithi175 to orchestrator... 2023-10-26T13:09:22.468 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch host add smithi175 2023-10-26T13:09:23.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:21.989723+0000 mgr.smithi067.djqliw (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 2023-10-26T13:09:23.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:21.992241+0000 mon.smithi067 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:27.308 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:26.245740+0000 mon.smithi067 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:27.309 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:26.247349+0000 mon.smithi067 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-26T13:09:27.309 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:26.248893+0000 mon.smithi067 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-26T13:09:27.309 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:26.249419+0000 mon.smithi067 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:09:27.309 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:26.249911+0000 mgr.smithi067.djqliw (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi067 on smithi067 2023-10-26T13:09:27.310 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:26.628011+0000 mon.smithi067 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:29.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:27.878537+0000 mon.smithi067 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:29.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:27.961635+0000 mon.smithi067 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:29.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:27.963330+0000 mon.smithi067 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:29.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:27.964752+0000 mon.smithi067 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-26T13:09:29.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:27.967247+0000 mon.smithi067 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:30.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:27.965091+0000 mgr.smithi067.djqliw (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-26T13:09:30.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:27.975206+0000 mgr.smithi067.djqliw (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi067 on smithi067 2023-10-26T13:09:32.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:31.491449+0000 mgr.smithi067.djqliw (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:09:32.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:31.630933+0000 mon.smithi067 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:34.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:33.491703+0000 mgr.smithi067.djqliw (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:09:36.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:35.491943+0000 mgr.smithi067.djqliw (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:09:38.825 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:37.492162+0000 mgr.smithi067.djqliw (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:09:39.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:38.660551+0000 mon.smithi067 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:39.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:38.662640+0000 mgr.smithi067.djqliw (mgr.14158) 14 : cephadm [INF] Deploying daemon node-exporter.smithi067 on smithi067 2023-10-26T13:09:40.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:39.492590+0000 mgr.smithi067.djqliw (mgr.14158) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:09:42.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:41.135140+0000 mon.smithi067 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:42.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:41.137357+0000 mon.smithi067 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-26T13:09:42.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:41.493117+0000 mgr.smithi067.djqliw (mgr.14158) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:09:42.400 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:41.634655+0000 mon.smithi067 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:43.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:42.139268+0000 mon.smithi067 (mon.0) 115 : audit [INF] from='mgr.14158 172.21.15.67:0/4035173905' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-26T13:09:43.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:42.139327+0000 mon.smithi067 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi067.djqliw(active, since 30s) 2023-10-26T13:09:47.992 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:47.748417+0000 mon.smithi067 (mon.0) 117 : cluster [INF] Active manager daemon smithi067.djqliw restarted 2023-10-26T13:09:47.993 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:47.748657+0000 mon.smithi067 (mon.0) 118 : cluster [INF] Activating manager daemon smithi067.djqliw 2023-10-26T13:09:47.993 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:47.751185+0000 mon.smithi067 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-10-26T13:09:47.993 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:47.751274+0000 mon.smithi067 (mon.0) 120 : cluster [DBG] mgrmap e15: smithi067.djqliw(active, starting, since 0.00271373s) 2023-10-26T13:09:47.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.752361+0000 mon.smithi067 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-10-26T13:09:47.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.752971+0000 mon.smithi067 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr metadata", "who": "smithi067.djqliw", "id": "smithi067.djqliw"}]: dispatch 2023-10-26T13:09:47.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.753629+0000 mon.smithi067 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-26T13:09:47.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.753813+0000 mon.smithi067 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-26T13:09:47.995 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.753956+0000 mon.smithi067 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-26T13:09:47.995 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:47.768102+0000 mon.smithi067 (mon.0) 126 : cluster [INF] Manager daemon smithi067.djqliw is now available 2023-10-26T13:09:48.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.870359+0000 mon.smithi067 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:09:48.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.872686+0000 mon.smithi067 (mon.0) 128 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:09:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.895452+0000 mon.smithi067 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.907474+0000 mon.smithi067 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.djqliw/mirror_snapshot_schedule"}]: dispatch 2023-10-26T13:09:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:47.911200+0000 mon.smithi067 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.djqliw/trash_purge_schedule"}]: dispatch 2023-10-26T13:09:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:48.752943+0000 mon.smithi067 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi067.djqliw(active, since 1.00437s) 2023-10-26T13:09:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:49.803990+0000 mon.smithi067 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi067.djqliw(active, since 2s) 2023-10-26T13:09:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:50.033869+0000 mon.smithi067 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:50.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:50.317364+0000 mon.smithi067 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:09:50.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:50.318194+0000 mon.smithi067 (mon.0) 136 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:09:50.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:50.318796+0000 mon.smithi067 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:09:50.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:50.371379+0000 mon.smithi067 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:50.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:50.373638+0000 mon.smithi067 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:51.250 INFO:teuthology.orchestra.run.smithi175.stdout:Added host 'smithi175' with addr '172.21.15.175' 2023-10-26T13:09:51.598 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-26T13:09:52.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:50.319846+0000 mgr.smithi067.djqliw (mgr.14182) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-10-26T13:09:52.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:50.342870+0000 mgr.smithi067.djqliw (mgr.14182) 2 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-10-26T13:09:52.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:50.385539+0000 mgr.smithi067.djqliw (mgr.14182) 3 : cephadm [INF] Deploying daemon prometheus.smithi067 on smithi067 2023-10-26T13:09:52.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:50.634724+0000 mgr.smithi067.djqliw (mgr.14182) 4 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi175", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:52.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:51.247455+0000 mon.smithi067 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:52.923 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:09:52.923 INFO:teuthology.orchestra.run.smithi175.stdout:[{"addr": "172.21.15.67", "hostname": "smithi067", "labels": [], "status": ""}, {"addr": "172.21.15.175", "hostname": "smithi175", "labels": [], "status": ""}] 2023-10-26T13:09:53.293 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-26T13:09:53.293 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd crush tunables default 2023-10-26T13:09:53.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:51.247804+0000 mgr.smithi067.djqliw (mgr.14182) 5 : cephadm [INF] Added host smithi175 2023-10-26T13:09:54.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:52.920608+0000 mgr.smithi067.djqliw (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:09:57.100 INFO:teuthology.orchestra.run.smithi067.stderr:adjusted tunables profile to default 2023-10-26T13:09:57.386 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:56.568513+0000 mon.smithi067 (mon.0) 141 : audit [INF] from='client.? 172.21.15.67:0/288533325' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-26T13:09:57.612 INFO:tasks.cephadm:Adding mon.smithi067 on smithi067 2023-10-26T13:09:57.612 INFO:tasks.cephadm:Adding mon.smithi175 on smithi175 2023-10-26T13:09:57.613 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch apply mon '2;smithi067:172.21.15.67=smithi067;smithi175:172.21.15.175=smithi175' 2023-10-26T13:09:58.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:57.096059+0000 mon.smithi067 (mon.0) 142 : audit [INF] from='client.? 172.21.15.67:0/288533325' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-26T13:09:58.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:09:57.096109+0000 mon.smithi067 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-10-26T13:09:58.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:57.960401+0000 mon.smithi067 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:58.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:57.961599+0000 mon.smithi067 (mon.0) 145 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:09:59.022 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled mon update... 2023-10-26T13:09:59.464 DEBUG:teuthology.orchestra.run.smithi175:mon.smithi175> sudo journalctl -f -n 0 -u ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi175.service 2023-10-26T13:09:59.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-26T13:09:59.467 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-26T13:09:59.497 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:-- Logs begin at Thu 2023-10-26 12:59:36 UTC. -- 2023-10-26T13:09:59.652 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:58.499772+0000 mon.smithi067 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:59.652 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:58.870241+0000 mon.smithi067 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:09:59.653 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:59.015741+0000 mgr.smithi067.djqliw (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi067:172.21.15.67=smithi067;smithi175:172.21.15.175=smithi175", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:09:59.653 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:09:59.018808+0000 mgr.smithi067.djqliw (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=smithi067;smithi175:172.21.15.175=smithi175;count:2 2023-10-26T13:09:59.653 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:09:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:09:59.021338+0000 mon.smithi067 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:01.088 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:10:01.089 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"ab97ef72-7400-11ee-8db9-212e2dc638e7","modified":"2023-10-26T13:08:20.500154Z","created":"2023-10-26T13:08:20.500154Z","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":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-26T13:10:01.090 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2023-10-26T13:10:01.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:00.557208+0000 mon.smithi067 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:01.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.086525+0000 mon.smithi067 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.175:0/2354804541' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T13:10:01.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.543253+0000 mon.smithi067 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:02.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-26T13:10:02.554 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-26T13:10:03.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.931453+0000 mon.smithi067 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:03.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.932314+0000 mon.smithi067 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:10:03.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.933443+0000 mon.smithi067 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:03.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.934306+0000 mon.smithi067 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:10:03.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:01.935566+0000 mgr.smithi067.djqliw (mgr.14182) 9 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2023-10-26T13:10:03.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:01.959264+0000 mgr.smithi067.djqliw (mgr.14182) 10 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2023-10-26T13:10:03.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.989976+0000 mon.smithi067 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:03.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.995503+0000 mon.smithi067 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:03.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:01.997468+0000 mon.smithi067 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-26T13:10:03.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:02.001988+0000 mon.smithi067 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-26T13:10:03.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:02.002763+0000 mon.smithi067 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:03.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:02.003450+0000 mgr.smithi067.djqliw (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi175 on smithi175 2023-10-26T13:10:03.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:02.897364+0000 mon.smithi067 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:04.419 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:10:04.420 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"ab97ef72-7400-11ee-8db9-212e2dc638e7","modified":"2023-10-26T13:08:20.500154Z","created":"2023-10-26T13:08:20.500154Z","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":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-26T13:10:04.421 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2023-10-26T13:10:05.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:04.250717+0000 mon.smithi067 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:05.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:04.253046+0000 mon.smithi067 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.ykhhxf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T13:10:05.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:04.255098+0000 mon.smithi067 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.ykhhxf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-26T13:10:05.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:04.255895+0000 mon.smithi067 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T13:10:05.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:04.256799+0000 mon.smithi067 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:05.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:04.257441+0000 mgr.smithi067.djqliw (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi175.ykhhxf on smithi175 2023-10-26T13:10:05.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:04.417945+0000 mon.smithi067 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.175:0/651347208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T13:10:05.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-26T13:10:05.881 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-26T13:10:07.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:06.172595+0000 mon.smithi067 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:07.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:06.174893+0000 mon.smithi067 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T13:10:07.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:06.175792+0000 mon.smithi067 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:07.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:06.176500+0000 mgr.smithi067.djqliw (mgr.14182) 13 : cephadm [INF] Deploying daemon mon.smithi175 on smithi175 2023-10-26T13:10:09.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:07.755076+0000 mgr.smithi067.djqliw (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:09.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:07.901529+0000 mon.smithi067 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:09.460 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:10:09.461 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"ab97ef72-7400-11ee-8db9-212e2dc638e7","modified":"2023-10-26T13:08:20.500154Z","created":"2023-10-26T13:08:20.500154Z","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":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-26T13:10:09.462 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2023-10-26T13:10:10.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:09.458706+0000 mon.smithi067 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.175:0/3184563775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T13:10:10.692 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 systemd[1]: Starting Ceph mon.smithi175 for ab97ef72-7400-11ee-8db9-212e2dc638e7... 2023-10-26T13:10:10.839 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-26T13:10:10.839 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-26T13:10:11.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.747+0000 7f0f24ee3880 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-26T13:10:11.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.747+0000 7f0f24ee3880 0 ceph version 16.2.14-106-gf2ece71a (f2ece71a1e784ed2e115679dd66f690a9706b8a8) pacific (stable), process ceph-mon, pid 7 2023-10-26T13:10:11.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.747+0000 7f0f24ee3880 0 pidfile_write: ignore empty --pid-file 2023-10-26T13:10:11.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.751+0000 7f0f24ee3880 0 load: jerasure load: lrc load: isa 2023-10-26T13:10:11.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: RocksDB version: 6.8.1 2023-10-26T13:10:11.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-26T13:10:11.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Compile date Oct 25 2023 2023-10-26T13:10:11.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: DB SUMMARY 2023-10-26T13:10:11.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: CURRENT file: CURRENT 2023-10-26T13:10:11.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: IDENTITY file: IDENTITY 2023-10-26T13:10:11.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-10-26T13:10:11.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi175/store.db dir, Total Num: 0, files: 2023-10-26T13:10:11.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi175/store.db: 000003.log size: 511 ; 2023-10-26T13:10:11.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.error_if_exists: 0 2023-10-26T13:10:11.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.create_if_missing: 0 2023-10-26T13:10:11.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.paranoid_checks: 1 2023-10-26T13:10:11.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.env: 0x56337c34c080 2023-10-26T13:10:11.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.fs: Posix File System 2023-10-26T13:10:11.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.info_log: 0x56337ccb9d80 2023-10-26T13:10:11.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-26T13:10:11.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.statistics: (nil) 2023-10-26T13:10:11.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.use_fsync: 0 2023-10-26T13:10:11.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_log_file_size: 0 2023-10-26T13:10:11.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-26T13:10:11.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-26T13:10:11.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-26T13:10:11.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-26T13:10:11.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.allow_fallocate: 1 2023-10-26T13:10:11.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-26T13:10:11.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-26T13:10:11.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.use_direct_reads: 0 2023-10-26T13:10:11.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-26T13:10:11.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.create_missing_column_families: 0 2023-10-26T13:10:11.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.db_log_dir: 2023-10-26T13:10:11.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi175/store.db 2023-10-26T13:10:11.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-26T13:10:11.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_subcompactions: 1 2023-10-26T13:10:11.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_background_flushes: -1 2023-10-26T13:10:11.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-26T13:10:11.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-26T13:10:11.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-26T13:10:11.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-26T13:10:11.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-26T13:10:11.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.advise_random_on_open: 1 2023-10-26T13:10:11.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-26T13:10:11.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.write_buffer_manager: 0x56337d9b43c0 2023-10-26T13:10:11.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-26T13:10:11.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-26T13:10:11.175 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-26T13:10:11.175 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-26T13:10:11.175 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.rate_limiter: (nil) 2023-10-26T13:10:11.175 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-26T13:10:11.175 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-26T13:10:11.175 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-26T13:10:11.176 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-26T13:10:11.176 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.unordered_write: 0 2023-10-26T13:10:11.176 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 bash[109203]: 7678311535c106ce5c6f34df2551c73abfde656c08e3e5deb3485abec72ddb2a 2023-10-26T13:10:11.178 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-26T13:10:11.178 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-26T13:10:11.178 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-26T13:10:11.179 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-26T13:10:11.179 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.row_cache: None 2023-10-26T13:10:11.179 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.wal_filter: None 2023-10-26T13:10:11.179 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-26T13:10:11.179 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-26T13:10:11.179 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.preserve_deletes: 0 2023-10-26T13:10:11.180 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.two_write_queues: 0 2023-10-26T13:10:11.180 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.manual_wal_flush: 0 2023-10-26T13:10:11.180 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.atomic_flush: 0 2023-10-26T13:10:11.180 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-26T13:10:11.180 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-26T13:10:11.181 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-26T13:10:11.181 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.log_readahead_size: 0 2023-10-26T13:10:11.181 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-10-26T13:10:11.181 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_background_jobs: 2 2023-10-26T13:10:11.181 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_background_compactions: -1 2023-10-26T13:10:11.182 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-26T13:10:11.182 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-26T13:10:11.182 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-26T13:10:11.182 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_total_wal_size: 0 2023-10-26T13:10:11.182 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-26T13:10:11.183 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-26T13:10:11.183 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-26T13:10:11.183 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-26T13:10:11.183 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_open_files: -1 2023-10-26T13:10:11.183 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bytes_per_sync: 0 2023-10-26T13:10:11.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-26T13:10:11.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-26T13:10:11.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-26T13:10:11.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Compression algorithms supported: 2023-10-26T13:10:11.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-26T13:10:11.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: kZSTD supported: 0 2023-10-26T13:10:11.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: kXpressCompression supported: 0 2023-10-26T13:10:11.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-26T13:10:11.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: kLZ4Compression supported: 1 2023-10-26T13:10:11.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: kBZip2Compression supported: 0 2023-10-26T13:10:11.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: kZlibCompression supported: 1 2023-10-26T13:10:11.186 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: kSnappyCompression supported: 1 2023-10-26T13:10:11.186 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-26T13:10:11.186 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi175/store.db/MANIFEST-000001 2023-10-26T13:10:11.186 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.186 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-10-26T13:10:11.187 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.187 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-26T13:10:11.187 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.merge_operator: 2023-10-26T13:10:11.187 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_filter: None 2023-10-26T13:10:11.187 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_filter_factory: None 2023-10-26T13:10:11.188 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-26T13:10:11.188 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-26T13:10:11.188 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56337cc69d18) 2023-10-26T13:10:11.188 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cache_index_and_filter_blocks: 1 2023-10-26T13:10:11.188 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-26T13:10:11.188 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-26T13:10:11.189 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: pin_top_level_index_and_filter: 1 2023-10-26T13:10:11.189 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: index_type: 0 2023-10-26T13:10:11.189 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: data_block_index_type: 0 2023-10-26T13:10:11.189 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: index_shortening: 1 2023-10-26T13:10:11.189 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: data_block_hash_table_util_ratio: 0.750000 2023-10-26T13:10:11.190 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: hash_index_allow_collision: 1 2023-10-26T13:10:11.190 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: checksum: 1 2023-10-26T13:10:11.190 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: no_block_cache: 0 2023-10-26T13:10:11.190 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: block_cache: 0x56337cc9ef10 2023-10-26T13:10:11.190 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: block_cache_name: BinnedLRUCache 2023-10-26T13:10:11.191 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: block_cache_options: 2023-10-26T13:10:11.191 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: capacity : 536870912 2023-10-26T13:10:11.191 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: num_shard_bits : 4 2023-10-26T13:10:11.191 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: strict_capacity_limit : 0 2023-10-26T13:10:11.191 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: high_pri_pool_ratio: 0.000 2023-10-26T13:10:11.191 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: block_cache_compressed: (nil) 2023-10-26T13:10:11.192 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: persistent_cache: (nil) 2023-10-26T13:10:11.192 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: block_size: 4096 2023-10-26T13:10:11.192 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: block_size_deviation: 10 2023-10-26T13:10:11.192 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: block_restart_interval: 16 2023-10-26T13:10:11.192 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: index_block_restart_interval: 1 2023-10-26T13:10:11.193 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: metadata_block_size: 4096 2023-10-26T13:10:11.193 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: partition_filters: 0 2023-10-26T13:10:11.193 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: use_delta_encoding: 1 2023-10-26T13:10:11.193 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-26T13:10:11.193 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: whole_key_filtering: 1 2023-10-26T13:10:11.194 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: verify_compression: 0 2023-10-26T13:10:11.194 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: read_amp_bytes_per_bit: 0 2023-10-26T13:10:11.194 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: format_version: 2 2023-10-26T13:10:11.194 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: enable_index_compression: 1 2023-10-26T13:10:11.194 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: block_align: 0 2023-10-26T13:10:11.194 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.195 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-26T13:10:11.195 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-26T13:10:11.195 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compression: NoCompression 2023-10-26T13:10:11.195 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-26T13:10:11.195 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-26T13:10:11.196 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-26T13:10:11.196 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.num_levels: 7 2023-10-26T13:10:11.196 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-26T13:10:11.196 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-26T13:10:11.196 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-26T13:10:11.197 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-26T13:10:11.197 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-26T13:10:11.197 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-26T13:10:11.197 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-26T13:10:11.197 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-26T13:10:11.198 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-26T13:10:11.198 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-26T13:10:11.198 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compression_opts.level: 32767 2023-10-26T13:10:11.198 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-26T13:10:11.198 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-26T13:10:11.199 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-26T13:10:11.199 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compression_opts.enabled: false 2023-10-26T13:10:11.199 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-26T13:10:11.199 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-26T13:10:11.199 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-26T13:10:11.199 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-26T13:10:11.200 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-26T13:10:11.200 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-26T13:10:11.200 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-26T13:10:11.200 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-26T13:10:11.200 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-26T13:10:11.201 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-26T13:10:11.201 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-26T13:10:11.201 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-26T13:10:11.201 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-26T13:10:11.201 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-26T13:10:11.202 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-26T13:10:11.202 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-26T13:10:11.202 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-26T13:10:11.202 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.arena_block_size: 4194304 2023-10-26T13:10:11.202 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-26T13:10:11.202 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-26T13:10:11.203 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-26T13:10:11.203 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-26T13:10:11.203 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-26T13:10:11.203 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-26T13:10:11.203 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-26T13:10:11.204 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-26T13:10:11.204 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-26T13:10:11.204 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-26T13:10:11.204 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-26T13:10:11.204 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-26T13:10:11.205 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-26T13:10:11.205 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-26T13:10:11.205 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.table_properties_collectors: 2023-10-26T13:10:11.205 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.inplace_update_support: 0 2023-10-26T13:10:11.205 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-26T13:10:11.206 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-26T13:10:11.206 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-26T13:10:11.206 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-26T13:10:11.206 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.bloom_locality: 0 2023-10-26T13:10:11.206 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.max_successive_merges: 0 2023-10-26T13:10:11.207 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-26T13:10:11.207 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-26T13:10:11.207 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.force_consistency_checks: 0 2023-10-26T13:10:11.207 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-26T13:10:11.207 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.ttl: 2592000 2023-10-26T13:10:11.207 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.752+0000 7f0f24ee3880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-26T13:10:11.208 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.753+0000 7f0f24ee3880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi175/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 2023-10-26T13:10:11.208 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.208 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.753+0000 7f0f24ee3880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-10-26T13:10:11.208 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.208 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.753+0000 7f0f24ee3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698325810754485, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-10-26T13:10:11.209 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.753+0000 7f0f24ee3880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-10-26T13:10:11.209 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.753+0000 7f0f24ee3880 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. 2023-10-26T13:10:11.209 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.753+0000 7f0f24ee3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698325810754963, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1698325810, "oldest_key_time": 3, "file_creation_time": 0}} 2023-10-26T13:10:11.209 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.753+0000 7f0f24ee3880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-10-26T13:10:11.209 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.210 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.754+0000 7f0f24ee3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1698325810755362, "job": 1, "event": "recovery_finished"} 2023-10-26T13:10:11.210 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.755+0000 7f0f24ee3880 4 rocksdb: DB pointer 0x56337cd67800 2023-10-26T13:10:11.210 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.755+0000 7f0f0bce9700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-10-26T13:10:11.210 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.755+0000 7f0f0bce9700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-10-26T13:10:11.210 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ** DB Stats ** 2023-10-26T13:10:11.211 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:10:11.211 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-26T13:10:11.211 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-26T13:10:11.211 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T13:10:11.211 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-26T13:10:11.211 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-26T13:10:11.212 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-26T13:10:11.212 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.212 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ** Compaction Stats [default] ** 2023-10-26T13:10:11.212 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:10:11.212 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:10:11.213 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-10-26T13:10:11.213 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-10-26T13:10:11.213 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-10-26T13:10:11.213 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.213 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ** Compaction Stats [default] ** 2023-10-26T13:10:11.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:10:11.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:10:11.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-10-26T13:10:11.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:10:11.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T13:10:11.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T13:10:11.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T13:10:11.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T13:10:11.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: AddFile(Keys): cumulative 0, interval 0 2023-10-26T13:10:11.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T13:10:11.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T13:10:11.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:10:11.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ** File Read Latency Histogram By Level [default] ** 2023-10-26T13:10:11.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ** Compaction Stats [default] ** 2023-10-26T13:10:11.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:10:11.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:10:11.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-10-26T13:10:11.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-10-26T13:10:11.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:10:11.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ** Compaction Stats [default] ** 2023-10-26T13:10:11.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:10:11.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-26T13:10:11.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-10-26T13:10:11.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-26T13:10:11.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-26T13:10:11.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-26T13:10:11.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: AddFile(Total Files): cumulative 0, interval 0 2023-10-26T13:10:11.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-26T13:10:11.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: AddFile(Keys): cumulative 0, interval 0 2023-10-26T13:10:11.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T13:10:11.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-26T13:10:11.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:10:11.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: ** File Read Latency Histogram By Level [default] ** 2023-10-26T13:10:11.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.755+0000 7f0f24ee3880 0 mon.smithi175 does not exist in monmap, will attempt to join an existing cluster 2023-10-26T13:10:11.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.755+0000 7f0f24ee3880 0 using public_addr v2:172.21.15.175:0/0 -> [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2023-10-26T13:10:11.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.756+0000 7f0f24ee3880 0 starting mon.smithi175 rank -1 at public addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] at bind addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi175 fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:10:11.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 systemd[1]: Started Ceph mon.smithi175 for ab97ef72-7400-11ee-8db9-212e2dc638e7. 2023-10-26T13:10:11.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.757+0000 7f0f24ee3880 1 mon.smithi175@-1(???) e0 preinit fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:10:11.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.781+0000 7f0f0e4ee700 0 mon.smithi175@-1(synchronizing).mds e1 new map 2023-10-26T13:10:11.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.781+0000 7f0f0e4ee700 0 mon.smithi175@-1(synchronizing).mds e1 print_map 2023-10-26T13:10:11.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: e1 2023-10-26T13:10:11.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-26T13:10:11.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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} 2023-10-26T13:10:11.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: legacy client fscid: -1 2023-10-26T13:10:11.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: No filesystems configured 2023-10-26T13:10:11.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 2023-10-26T13:10:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.781+0000 7f0f0e4ee700 1 mon.smithi175@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-26T13:10:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.781+0000 7f0f0e4ee700 1 mon.smithi175@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-26T13:10:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.781+0000 7f0f0e4ee700 1 mon.smithi175@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-26T13:10:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.781+0000 7f0f0e4ee700 1 mon.smithi175@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-26T13:10:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.781+0000 7f0f0e4ee700 1 mon.smithi175@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-26T13:10:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.782+0000 7f0f0e4ee700 1 mon.smithi175@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-26T13:10:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.782+0000 7f0f0e4ee700 1 mon.smithi175@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-26T13:10:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.784+0000 7f0f0e4ee700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-26T13:10:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.784+0000 7f0f0e4ee700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-26T13:10:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.784+0000 7f0f0e4ee700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-26T13:10:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.784+0000 7f0f0e4ee700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-26T13:10:11.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:09.458706+0000 mon.smithi067 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.175:0/3184563775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T13:10:11.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:10:10.784+0000 7f0f0e4ee700 1 mon.smithi175@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-10-26T13:10:16.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:10.792431+0000 mon.smithi067 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-10-26T13:10:16.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:10.792676+0000 mon.smithi067 (mon.0) 175 : cluster [INF] mon.smithi067 calling monitor election 2023-10-26T13:10:16.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:10.794223+0000 mon.smithi067 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:11.755770+0000 mgr.smithi067.djqliw (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:16.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:11.761363+0000 mon.smithi067 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.175:0/2347336265' entity='mgr.smithi175.ykhhxf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.ykhhxf/crt"}]: dispatch 2023-10-26T13:10:16.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:11.789147+0000 mon.smithi067 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:12.789885+0000 mon.smithi067 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:12.790902+0000 mon.smithi175 (mon.1) 1 : cluster [INF] mon.smithi175 calling monitor election 2023-10-26T13:10:16.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:13.756055+0000 mgr.smithi067.djqliw (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:16.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:13.789918+0000 mon.smithi067 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:14.789739+0000 mon.smithi067 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:15.789808+0000 mon.smithi067 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.808120+0000 mon.smithi067 (mon.0) 183 : cluster [INF] mon.smithi067 is new leader, mons smithi067,smithi175 in quorum (ranks 0,1) 2023-10-26T13:10:16.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.814644+0000 mon.smithi067 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} 2023-10-26T13:10:16.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.815121+0000 mon.smithi067 (mon.0) 185 : cluster [DBG] fsmap 2023-10-26T13:10:16.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.815169+0000 mon.smithi067 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-10-26T13:10:16.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.815419+0000 mon.smithi067 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi067.djqliw(active, since 28s) 2023-10-26T13:10:16.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.816536+0000 mon.smithi067 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi175.ykhhxf started 2023-10-26T13:10:16.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:15.818031+0000 mon.smithi067 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.175:0/2347336265' entity='mgr.smithi175.ykhhxf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T13:10:16.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:15.819645+0000 mon.smithi067 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.175:0/2347336265' entity='mgr.smithi175.ykhhxf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.ykhhxf/key"}]: dispatch 2023-10-26T13:10:16.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:15.820255+0000 mon.smithi067 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.175:0/2347336265' entity='mgr.smithi175.ykhhxf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T13:10:16.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.822120+0000 mon.smithi067 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-10-26T13:10:16.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:15.825407+0000 mon.smithi067 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:16.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:10.792431+0000 mon.smithi067 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-10-26T13:10:16.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:10.792676+0000 mon.smithi067 (mon.0) 175 : cluster [INF] mon.smithi067 calling monitor election 2023-10-26T13:10:16.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:10.794223+0000 mon.smithi067 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:11.755770+0000 mgr.smithi067.djqliw (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:16.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:11.761363+0000 mon.smithi067 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.175:0/2347336265' entity='mgr.smithi175.ykhhxf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.ykhhxf/crt"}]: dispatch 2023-10-26T13:10:16.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:11.789147+0000 mon.smithi067 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:12.789885+0000 mon.smithi067 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:12.790902+0000 mon.smithi175 (mon.1) 1 : cluster [INF] mon.smithi175 calling monitor election 2023-10-26T13:10:16.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:13.756055+0000 mgr.smithi067.djqliw (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:16.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:13.789918+0000 mon.smithi067 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:14.789739+0000 mon.smithi067 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:15.789808+0000 mon.smithi067 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:16.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.808120+0000 mon.smithi067 (mon.0) 183 : cluster [INF] mon.smithi067 is new leader, mons smithi067,smithi175 in quorum (ranks 0,1) 2023-10-26T13:10:16.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.814644+0000 mon.smithi067 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} 2023-10-26T13:10:16.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.815121+0000 mon.smithi067 (mon.0) 185 : cluster [DBG] fsmap 2023-10-26T13:10:16.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.815169+0000 mon.smithi067 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-10-26T13:10:16.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.815419+0000 mon.smithi067 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi067.djqliw(active, since 28s) 2023-10-26T13:10:16.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.816536+0000 mon.smithi067 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi175.ykhhxf started 2023-10-26T13:10:16.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:15.818031+0000 mon.smithi067 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.175:0/2347336265' entity='mgr.smithi175.ykhhxf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-26T13:10:16.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:15.819645+0000 mon.smithi067 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.175:0/2347336265' entity='mgr.smithi175.ykhhxf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.ykhhxf/key"}]: dispatch 2023-10-26T13:10:16.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:15.820255+0000 mon.smithi067 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.175:0/2347336265' entity='mgr.smithi175.ykhhxf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-26T13:10:16.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.822120+0000 mon.smithi067 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-10-26T13:10:16.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:15.825407+0000 mon.smithi067 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:16.715 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-10-26T13:10:16.716 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":2,"fsid":"ab97ef72-7400-11ee-8db9-212e2dc638e7","modified":"2023-10-26T13:10:10.789749Z","created":"2023-10-26T13:08:20.500154Z","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":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi175","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-26T13:10:16.716 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 2 2023-10-26T13:10:17.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.756456+0000 mgr.smithi067.djqliw (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:17.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:15.827267+0000 mgr.smithi067.djqliw (mgr.14182) 19 : cephadm [INF] Deploying daemon node-exporter.smithi175 on smithi175 2023-10-26T13:10:17.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:15.876115+0000 mon.smithi067 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi067.djqliw(active, since 28s), standbys: smithi175.ykhhxf 2023-10-26T13:10:17.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:15.876284+0000 mon.smithi067 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr metadata", "who": "smithi175.ykhhxf", "id": "smithi175.ykhhxf"}]: dispatch 2023-10-26T13:10:17.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:16.712812+0000 mon.smithi067 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.175:0/1035341925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T13:10:17.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:16.790140+0000 mon.smithi067 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:17.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.756456+0000 mgr.smithi067.djqliw (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:17.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:15.827267+0000 mgr.smithi067.djqliw (mgr.14182) 19 : cephadm [INF] Deploying daemon node-exporter.smithi175 on smithi175 2023-10-26T13:10:17.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:15.876115+0000 mon.smithi067 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi067.djqliw(active, since 28s), standbys: smithi175.ykhhxf 2023-10-26T13:10:17.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:15.876284+0000 mon.smithi067 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr metadata", "who": "smithi175.ykhhxf", "id": "smithi175.ykhhxf"}]: dispatch 2023-10-26T13:10:17.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:16.712812+0000 mon.smithi067 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.175:0/1035341925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-26T13:10:17.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:16.790140+0000 mon.smithi067 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-10-26T13:10:19.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:17.756793+0000 mgr.smithi067.djqliw (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:19.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:17.907250+0000 mon.smithi067 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:19.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:17.756793+0000 mgr.smithi067.djqliw (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:19.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:17.907250+0000 mon.smithi067 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:20.349 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-26T13:10:20.350 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-26T13:10:20.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:19.757113+0000 mgr.smithi067.djqliw (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:21.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:19.757113+0000 mgr.smithi067.djqliw (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:21.655 INFO:teuthology.orchestra.run.smithi067.stdout:# minimal ceph.conf for ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:10:21.656 INFO:teuthology.orchestra.run.smithi067.stdout:[global] 2023-10-26T13:10:21.656 INFO:teuthology.orchestra.run.smithi067.stdout: fsid = ab97ef72-7400-11ee-8db9-212e2dc638e7 2023-10-26T13:10:21.656 INFO:teuthology.orchestra.run.smithi067.stdout: mon_host = [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2023-10-26T13:10:22.042 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-26T13:10:22.043 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:10:22.043 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.conf 2023-10-26T13:10:22.074 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:10:22.075 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-26T13:10:22.144 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:10:22.144 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.conf 2023-10-26T13:10:22.180 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:10:22.181 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-26T13:10:22.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:21.654188+0000 mon.smithi067 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.67:0/3588526197' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:22.270 INFO:tasks.cephadm:Deploying OSDs... 2023-10-26T13:10:22.271 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:10:22.272 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2023-10-26T13:10:22.291 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-26T13:10:22.291 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme1n1 2023-10-26T13:10:22.350 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme1n1 2023-10-26T13:10:22.350 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-26T13:10:22.351 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 421497 Links: 1 Device type: 103,1 2023-10-26T13:10:22.351 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-26T13:10:22.351 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-26T13:10:22.351 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-10-26 13:09:20.120271904 +0000 2023-10-26T13:10:22.351 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-10-26 13:09:20.061273168 +0000 2023-10-26T13:10:22.352 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-10-26 13:09:20.061273168 +0000 2023-10-26T13:10:22.352 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-10-26T13:10:22.352 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-26T13:10:22.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:22 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:21.654188+0000 mon.smithi067 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.67:0/3588526197' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:22.417 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-10-26T13:10:22.417 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-10-26T13:10:22.417 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000234374 s, 2.2 MB/s 2023-10-26T13:10:22.418 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-26T13:10:22.477 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme2n1 2023-10-26T13:10:22.536 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme2n1 2023-10-26T13:10:22.537 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-26T13:10:22.537 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 422380 Links: 1 Device type: 103,2 2023-10-26T13:10:22.537 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-26T13:10:22.537 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-26T13:10:22.537 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-10-26 13:09:20.134271604 +0000 2023-10-26T13:10:22.538 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-10-26 13:09:20.063273126 +0000 2023-10-26T13:10:22.538 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-10-26 13:09:20.063273126 +0000 2023-10-26T13:10:22.538 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-10-26T13:10:22.539 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-26T13:10:22.604 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-10-26T13:10:22.604 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-10-26T13:10:22.604 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000267335 s, 1.9 MB/s 2023-10-26T13:10:22.605 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-26T13:10:22.666 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme3n1 2023-10-26T13:10:22.725 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme3n1 2023-10-26T13:10:22.725 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-26T13:10:22.725 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 421671 Links: 1 Device type: 103,3 2023-10-26T13:10:22.725 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-26T13:10:22.726 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-26T13:10:22.726 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-10-26 13:09:20.148271304 +0000 2023-10-26T13:10:22.726 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-10-26 13:09:20.066273061 +0000 2023-10-26T13:10:22.726 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-10-26 13:09:20.066273061 +0000 2023-10-26T13:10:22.726 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-10-26T13:10:22.727 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-26T13:10:22.792 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-10-26T13:10:22.792 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-10-26T13:10:22.792 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000221026 s, 2.3 MB/s 2023-10-26T13:10:22.793 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-26T13:10:22.852 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme4n1 2023-10-26T13:10:22.910 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme4n1 2023-10-26T13:10:22.911 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-26T13:10:22.911 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 422524 Links: 1 Device type: 103,4 2023-10-26T13:10:22.911 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-26T13:10:22.911 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-26T13:10:22.911 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-10-26 13:09:20.161271026 +0000 2023-10-26T13:10:22.912 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-10-26 13:09:20.068273019 +0000 2023-10-26T13:10:22.912 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-10-26 13:09:20.068273019 +0000 2023-10-26T13:10:22.912 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-10-26T13:10:22.912 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-26T13:10:22.977 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-10-26T13:10:22.977 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-10-26T13:10:22.977 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000254342 s, 2.0 MB/s 2023-10-26T13:10:22.978 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-26T13:10:23.038 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:10:23.039 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2023-10-26T13:10:23.061 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-26T13:10:23.061 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/nvme1n1 2023-10-26T13:10:23.123 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/nvme1n1 2023-10-26T13:10:23.123 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-26T13:10:23.123 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 420401 Links: 1 Device type: 103,1 2023-10-26T13:10:23.123 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-26T13:10:23.124 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-26T13:10:23.124 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-10-26 13:10:00.584433091 +0000 2023-10-26T13:10:23.124 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-10-26 13:10:00.532433863 +0000 2023-10-26T13:10:23.124 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-10-26 13:10:00.532433863 +0000 2023-10-26T13:10:23.124 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-10-26T13:10:23.125 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-26T13:10:23.193 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-10-26T13:10:23.193 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-10-26T13:10:23.193 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000284136 s, 1.8 MB/s 2023-10-26T13:10:23.194 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-26T13:10:23.255 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/nvme2n1 2023-10-26T13:10:23.315 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/nvme2n1 2023-10-26T13:10:23.315 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-26T13:10:23.315 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 421572 Links: 1 Device type: 103,2 2023-10-26T13:10:23.316 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-26T13:10:23.316 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-26T13:10:23.316 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-10-26 13:10:00.595432928 +0000 2023-10-26T13:10:23.316 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-10-26 13:10:00.535433818 +0000 2023-10-26T13:10:23.316 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-10-26 13:10:00.535433818 +0000 2023-10-26T13:10:23.317 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-10-26T13:10:23.317 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-26T13:10:23.360 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:21.757464+0000 mgr.smithi067.djqliw (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:23.383 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-10-26T13:10:23.383 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-10-26T13:10:23.383 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000240482 s, 2.1 MB/s 2023-10-26T13:10:23.384 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-26T13:10:23.445 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/nvme3n1 2023-10-26T13:10:23.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:21.757464+0000 mgr.smithi067.djqliw (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:23.503 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/nvme3n1 2023-10-26T13:10:23.504 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-26T13:10:23.504 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 420604 Links: 1 Device type: 103,3 2023-10-26T13:10:23.504 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-26T13:10:23.504 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-26T13:10:23.505 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-10-26 13:10:00.606432765 +0000 2023-10-26T13:10:23.505 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-10-26 13:10:00.538433774 +0000 2023-10-26T13:10:23.505 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-10-26 13:10:00.538433774 +0000 2023-10-26T13:10:23.505 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-10-26T13:10:23.505 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-26T13:10:23.570 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-10-26T13:10:23.570 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-10-26T13:10:23.571 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000240676 s, 2.1 MB/s 2023-10-26T13:10:23.572 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-26T13:10:23.631 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/nvme4n1 2023-10-26T13:10:23.690 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/nvme4n1 2023-10-26T13:10:23.691 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-26T13:10:23.691 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 420653 Links: 1 Device type: 103,4 2023-10-26T13:10:23.691 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-26T13:10:23.691 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-26T13:10:23.692 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-10-26 13:10:00.617432601 +0000 2023-10-26T13:10:23.692 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-10-26 13:10:00.541433729 +0000 2023-10-26T13:10:23.692 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-10-26 13:10:00.541433729 +0000 2023-10-26T13:10:23.692 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-10-26T13:10:23.693 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-26T13:10:23.757 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-10-26T13:10:23.757 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-10-26T13:10:23.758 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.00023374 s, 2.2 MB/s 2023-10-26T13:10:23.759 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-26T13:10:23.820 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-26T13:10:25.267 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled osd.all-available-devices update... 2023-10-26T13:10:25.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:23.757869+0000 mgr.smithi067.djqliw (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:25.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:24.014881+0000 mon.smithi067 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:25.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:24.016553+0000 mon.smithi067 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:10:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:23.757869+0000 mgr.smithi067.djqliw (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:24.014881+0000 mon.smithi067 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:24.016553+0000 mon.smithi067 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:10:25.694 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-26T13:10:25.695 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:26.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.259264+0000 mgr.smithi067.djqliw (mgr.14182) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:10:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:25.260930+0000 mgr.smithi067.djqliw (mgr.14182) 25 : cephadm [INF] Marking host: smithi067 for OSDSpec preview refresh. 2023-10-26T13:10:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:25.261031+0000 mgr.smithi067.djqliw (mgr.14182) 26 : cephadm [INF] Marking host: smithi175 for OSDSpec preview refresh. 2023-10-26T13:10:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:25.261362+0000 mgr.smithi067.djqliw (mgr.14182) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-10-26T13:10:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.265314+0000 mon.smithi067 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:25.758136+0000 mgr.smithi067.djqliw (mgr.14182) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.904669+0000 mon.smithi067 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.909172+0000 mon.smithi067 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.909971+0000 mon.smithi067 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:26.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.910690+0000 mon.smithi067 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:10:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:25.911675+0000 mgr.smithi067.djqliw (mgr.14182) 29 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-10-26T13:10:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:25.911892+0000 mgr.smithi067.djqliw (mgr.14182) 30 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2023-10-26T13:10:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.943139+0000 mon.smithi067 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.980941+0000 mon.smithi067 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.986301+0000 mon.smithi067 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.989822+0000 mon.smithi067 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:10:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.993172+0000 mon.smithi067 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T13:10:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.994113+0000 mon.smithi067 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T13:10:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.994334+0000 mon.smithi067 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:26.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:25.994790+0000 mon.smithi067 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:26.654 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.259264+0000 mgr.smithi067.djqliw (mgr.14182) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:10:26.655 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:25.260930+0000 mgr.smithi067.djqliw (mgr.14182) 25 : cephadm [INF] Marking host: smithi067 for OSDSpec preview refresh. 2023-10-26T13:10:26.655 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:25.261031+0000 mgr.smithi067.djqliw (mgr.14182) 26 : cephadm [INF] Marking host: smithi175 for OSDSpec preview refresh. 2023-10-26T13:10:26.655 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:25.261362+0000 mgr.smithi067.djqliw (mgr.14182) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-10-26T13:10:26.655 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.265314+0000 mon.smithi067 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.656 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:25.758136+0000 mgr.smithi067.djqliw (mgr.14182) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:26.656 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.904669+0000 mon.smithi067 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.656 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.909172+0000 mon.smithi067 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.656 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.909971+0000 mon.smithi067 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:26.656 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.910690+0000 mon.smithi067 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:10:26.657 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:25.911675+0000 mgr.smithi067.djqliw (mgr.14182) 29 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-10-26T13:10:26.657 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:25.911892+0000 mgr.smithi067.djqliw (mgr.14182) 30 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2023-10-26T13:10:26.657 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.943139+0000 mon.smithi067 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.657 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.980941+0000 mon.smithi067 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.657 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.986301+0000 mon.smithi067 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:26.658 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.989822+0000 mon.smithi067 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:10:26.658 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.993172+0000 mon.smithi067 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T13:10:26.658 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.994113+0000 mon.smithi067 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T13:10:26.658 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.994334+0000 mon.smithi067 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:26.658 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:25.994790+0000 mon.smithi067 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:27.466 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:27.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:27.465565+0000 mon.smithi067 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.67:0/3289121134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:27.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:27.465565+0000 mon.smithi067 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.67:0/3289121134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:27.967 INFO:teuthology.orchestra.run.smithi067.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} 2023-10-26T13:10:28.969 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:28.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:27.758351+0000 mgr.smithi067.djqliw (mgr.14182) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:28.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:27.921607+0000 mon.smithi067 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:28.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:27.994615+0000 mon.smithi175 (mon.1) 2 : audit [INF] from='client.? 172.21.15.175:0/1236390840' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49b5353e-aa26-4461-8afb-b9adbb2564d3"}]: dispatch 2023-10-26T13:10:28.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:27.994965+0000 mon.smithi067 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49b5353e-aa26-4461-8afb-b9adbb2564d3"}]: dispatch 2023-10-26T13:10:28.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:27.998169+0000 mon.smithi067 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49b5353e-aa26-4461-8afb-b9adbb2564d3"}]': finished 2023-10-26T13:10:28.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:27.998216+0000 mon.smithi067 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-10-26T13:10:28.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:27.998308+0000 mon.smithi067 (mon.0) 220 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:28.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:28.578248+0000 mon.smithi067 (mon.0) 221 : audit [INF] from='client.? 172.21.15.67:0/110705511' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6c57294-d0b1-4ba6-b125-c31e2766eeef"}]: dispatch 2023-10-26T13:10:28.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:28.581440+0000 mon.smithi067 (mon.0) 222 : audit [INF] from='client.? 172.21.15.67:0/110705511' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6c57294-d0b1-4ba6-b125-c31e2766eeef"}]': finished 2023-10-26T13:10:28.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:28.581479+0000 mon.smithi067 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-10-26T13:10:28.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:28.581561+0000 mon.smithi067 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:28.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:28.581856+0000 mon.smithi067 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:29.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:27.758351+0000 mgr.smithi067.djqliw (mgr.14182) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:29.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:27.921607+0000 mon.smithi067 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:29.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:27.994615+0000 mon.smithi175 (mon.1) 2 : audit [INF] from='client.? 172.21.15.175:0/1236390840' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49b5353e-aa26-4461-8afb-b9adbb2564d3"}]: dispatch 2023-10-26T13:10:29.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:27.994965+0000 mon.smithi067 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49b5353e-aa26-4461-8afb-b9adbb2564d3"}]: dispatch 2023-10-26T13:10:29.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:27.998169+0000 mon.smithi067 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49b5353e-aa26-4461-8afb-b9adbb2564d3"}]': finished 2023-10-26T13:10:29.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:27.998216+0000 mon.smithi067 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-10-26T13:10:29.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:27.998308+0000 mon.smithi067 (mon.0) 220 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:29.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:28.578248+0000 mon.smithi067 (mon.0) 221 : audit [INF] from='client.? 172.21.15.67:0/110705511' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6c57294-d0b1-4ba6-b125-c31e2766eeef"}]: dispatch 2023-10-26T13:10:29.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:28.581440+0000 mon.smithi067 (mon.0) 222 : audit [INF] from='client.? 172.21.15.67:0/110705511' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6c57294-d0b1-4ba6-b125-c31e2766eeef"}]': finished 2023-10-26T13:10:29.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:28.581479+0000 mon.smithi067 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-10-26T13:10:29.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:28.581561+0000 mon.smithi067 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:29.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:28.581856+0000 mon.smithi067 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:29.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:29.509134+0000 mon.smithi175 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.175:0/2575308485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:29.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:29.901942+0000 mon.smithi067 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.67:0/3535353251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:30.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:29.509134+0000 mon.smithi175 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.175:0/2575308485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:30.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:29.901942+0000 mon.smithi067 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.67:0/3535353251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:30.416 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:30.804 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1698325828,"num_remapped_pgs":0} 2023-10-26T13:10:31.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:29.758586+0000 mgr.smithi067.djqliw (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:31.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:30.414513+0000 mon.smithi067 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.67:0/3183067953' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:31.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:29.758586+0000 mgr.smithi067.djqliw (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:31.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:30.414513+0000 mon.smithi067 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.67:0/3183067953' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:31.806 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:32.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.010649+0000 mon.smithi175 (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/55009435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ad29f68-5383-4bd8-bb60-c1859a4476be"}]: dispatch 2023-10-26T13:10:32.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.011075+0000 mon.smithi067 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ad29f68-5383-4bd8-bb60-c1859a4476be"}]: dispatch 2023-10-26T13:10:32.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.017148+0000 mon.smithi067 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ad29f68-5383-4bd8-bb60-c1859a4476be"}]': finished 2023-10-26T13:10:32.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:32.017214+0000 mon.smithi067 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-10-26T13:10:32.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.017351+0000 mon.smithi067 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:32.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.017750+0000 mon.smithi067 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:32.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.017978+0000 mon.smithi067 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:32.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.010649+0000 mon.smithi175 (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/55009435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ad29f68-5383-4bd8-bb60-c1859a4476be"}]: dispatch 2023-10-26T13:10:32.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.011075+0000 mon.smithi067 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ad29f68-5383-4bd8-bb60-c1859a4476be"}]: dispatch 2023-10-26T13:10:32.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.017148+0000 mon.smithi067 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ad29f68-5383-4bd8-bb60-c1859a4476be"}]': finished 2023-10-26T13:10:32.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:32.017214+0000 mon.smithi067 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-10-26T13:10:32.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.017351+0000 mon.smithi067 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:32.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.017750+0000 mon.smithi067 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:32.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.017978+0000 mon.smithi067 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:33.115 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:31.758933+0000 mgr.smithi067.djqliw (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:33.115 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.466784+0000 mon.smithi067 (mon.0) 234 : audit [INF] from='client.? 172.21.15.67:0/1612965477' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ffea91b-9cdc-4011-a96b-281ddcd93807"}]: dispatch 2023-10-26T13:10:33.115 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.470300+0000 mon.smithi067 (mon.0) 235 : audit [INF] from='client.? 172.21.15.67:0/1612965477' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ffea91b-9cdc-4011-a96b-281ddcd93807"}]': finished 2023-10-26T13:10:33.115 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:32.470342+0000 mon.smithi067 (mon.0) 236 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-10-26T13:10:33.116 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.470468+0000 mon.smithi067 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:33.116 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.470873+0000 mon.smithi067 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:33.116 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.471048+0000 mon.smithi067 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:33.230 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:33.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:31.758933+0000 mgr.smithi067.djqliw (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:33.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.466784+0000 mon.smithi067 (mon.0) 234 : audit [INF] from='client.? 172.21.15.67:0/1612965477' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ffea91b-9cdc-4011-a96b-281ddcd93807"}]: dispatch 2023-10-26T13:10:33.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.470300+0000 mon.smithi067 (mon.0) 235 : audit [INF] from='client.? 172.21.15.67:0/1612965477' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ffea91b-9cdc-4011-a96b-281ddcd93807"}]': finished 2023-10-26T13:10:33.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:32.470342+0000 mon.smithi067 (mon.0) 236 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-10-26T13:10:33.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.470468+0000 mon.smithi067 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:33.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.470873+0000 mon.smithi067 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:33.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.471048+0000 mon.smithi067 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:33.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:32.471223+0000 mon.smithi067 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:32.471223+0000 mon.smithi067 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:33.695 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1698325832,"num_remapped_pgs":0} 2023-10-26T13:10:34.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:33.184521+0000 mon.smithi175 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/208355750' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:34.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:33.229601+0000 mon.smithi067 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.67:0/2262755996' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:34.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:33.911835+0000 mon.smithi067 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.67:0/1508522511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:33.184521+0000 mon.smithi175 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/208355750' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:33.229601+0000 mon.smithi067 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.67:0/2262755996' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:33.911835+0000 mon.smithi067 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.67:0/1508522511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:34.696 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:35.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:33.759165+0000 mgr.smithi067.djqliw (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:35.429 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:33.759165+0000 mgr.smithi067.djqliw (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:36.129 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:36.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:35.690393+0000 mon.smithi175 (mon.1) 6 : audit [INF] from='client.? 172.21.15.175:0/3768481393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ae06dab-814e-48fa-a837-c4f6ba14d8fe"}]: dispatch 2023-10-26T13:10:36.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:35.690959+0000 mon.smithi067 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ae06dab-814e-48fa-a837-c4f6ba14d8fe"}]: dispatch 2023-10-26T13:10:36.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:35.697328+0000 mon.smithi067 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ae06dab-814e-48fa-a837-c4f6ba14d8fe"}]': finished 2023-10-26T13:10:36.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:35.697370+0000 mon.smithi067 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-10-26T13:10:36.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:35.697453+0000 mon.smithi067 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:36.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:35.697702+0000 mon.smithi067 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:36.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:35.697893+0000 mon.smithi067 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:36.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:35.698046+0000 mon.smithi067 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:36.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:35.698213+0000 mon.smithi067 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:36.431 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:35.690393+0000 mon.smithi175 (mon.1) 6 : audit [INF] from='client.? 172.21.15.175:0/3768481393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ae06dab-814e-48fa-a837-c4f6ba14d8fe"}]: dispatch 2023-10-26T13:10:36.431 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:35.690959+0000 mon.smithi067 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ae06dab-814e-48fa-a837-c4f6ba14d8fe"}]: dispatch 2023-10-26T13:10:36.431 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:35.697328+0000 mon.smithi067 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ae06dab-814e-48fa-a837-c4f6ba14d8fe"}]': finished 2023-10-26T13:10:36.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:35.697370+0000 mon.smithi067 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-10-26T13:10:36.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:35.697453+0000 mon.smithi067 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:36.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:35.697702+0000 mon.smithi067 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:36.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:35.697893+0000 mon.smithi067 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:36.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:35.698046+0000 mon.smithi067 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:36.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:35.698213+0000 mon.smithi067 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:36.496 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1698325835,"num_remapped_pgs":0} 2023-10-26T13:10:37.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:35.759487+0000 mgr.smithi067.djqliw (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:37.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.127776+0000 mon.smithi067 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/950147887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:37.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.469945+0000 mon.smithi067 (mon.0) 252 : audit [INF] from='client.? 172.21.15.67:0/1210189648' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a1a41cef-26ce-40fb-bc53-777034addab7"}]: dispatch 2023-10-26T13:10:37.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.473566+0000 mon.smithi067 (mon.0) 253 : audit [INF] from='client.? 172.21.15.67:0/1210189648' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a1a41cef-26ce-40fb-bc53-777034addab7"}]': finished 2023-10-26T13:10:37.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:36.473612+0000 mon.smithi067 (mon.0) 254 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-10-26T13:10:37.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.473721+0000 mon.smithi067 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:37.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.474023+0000 mon.smithi067 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:37.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.474154+0000 mon.smithi067 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:37.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.474279+0000 mon.smithi067 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:37.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.474415+0000 mon.smithi067 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:37.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.474538+0000 mon.smithi067 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:37.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:36.961108+0000 mon.smithi175 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.175:0/4251241877' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:37.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:35.759487+0000 mgr.smithi067.djqliw (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:37.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.127776+0000 mon.smithi067 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/950147887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:37.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.469945+0000 mon.smithi067 (mon.0) 252 : audit [INF] from='client.? 172.21.15.67:0/1210189648' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a1a41cef-26ce-40fb-bc53-777034addab7"}]: dispatch 2023-10-26T13:10:37.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.473566+0000 mon.smithi067 (mon.0) 253 : audit [INF] from='client.? 172.21.15.67:0/1210189648' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a1a41cef-26ce-40fb-bc53-777034addab7"}]': finished 2023-10-26T13:10:37.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:36.473612+0000 mon.smithi067 (mon.0) 254 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-10-26T13:10:37.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.473721+0000 mon.smithi067 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:37.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.474023+0000 mon.smithi067 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:37.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.474154+0000 mon.smithi067 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:37.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.474279+0000 mon.smithi067 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:37.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.474415+0000 mon.smithi067 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:37.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.474538+0000 mon.smithi067 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:37.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:36.961108+0000 mon.smithi175 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.175:0/4251241877' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:37.498 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:38.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:37.825523+0000 mon.smithi067 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.67:0/2891634342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:38.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:37.825523+0000 mon.smithi067 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.67:0/2891634342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:38.867 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:39.139 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:37.759711+0000 mgr.smithi067.djqliw (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:39.140 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:38.865788+0000 mon.smithi067 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.67:0/1268432115' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:39.240 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1698325836,"num_remapped_pgs":0} 2023-10-26T13:10:39.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:37.759711+0000 mgr.smithi067.djqliw (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:39.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:38.865788+0000 mon.smithi067 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.67:0/1268432115' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:40.242 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:40.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.476454+0000 mon.smithi175 (mon.1) 8 : audit [INF] from='client.? 172.21.15.175:0/1887266758' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48404011-43c0-48d1-ac66-bbc39074b5f4"}]: dispatch 2023-10-26T13:10:40.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.477016+0000 mon.smithi067 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48404011-43c0-48d1-ac66-bbc39074b5f4"}]: dispatch 2023-10-26T13:10:40.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.481844+0000 mon.smithi067 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48404011-43c0-48d1-ac66-bbc39074b5f4"}]': finished 2023-10-26T13:10:40.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:39.481895+0000 mon.smithi067 (mon.0) 265 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-10-26T13:10:40.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.482016+0000 mon.smithi067 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:40.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.482298+0000 mon.smithi067 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:40.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.482461+0000 mon.smithi067 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:40.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.482640+0000 mon.smithi067 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:40.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.482803+0000 mon.smithi067 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:40.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.482966+0000 mon.smithi067 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:40.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:39.483125+0000 mon.smithi067 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:40.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.476454+0000 mon.smithi175 (mon.1) 8 : audit [INF] from='client.? 172.21.15.175:0/1887266758' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48404011-43c0-48d1-ac66-bbc39074b5f4"}]: dispatch 2023-10-26T13:10:40.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.477016+0000 mon.smithi067 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48404011-43c0-48d1-ac66-bbc39074b5f4"}]: dispatch 2023-10-26T13:10:40.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.481844+0000 mon.smithi067 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48404011-43c0-48d1-ac66-bbc39074b5f4"}]': finished 2023-10-26T13:10:40.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:39.481895+0000 mon.smithi067 (mon.0) 265 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-10-26T13:10:40.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.482016+0000 mon.smithi067 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:40.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.482298+0000 mon.smithi067 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:40.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.482461+0000 mon.smithi067 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:40.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.482640+0000 mon.smithi067 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:40.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.482803+0000 mon.smithi067 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:40.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.482966+0000 mon.smithi067 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:40.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:39.483125+0000 mon.smithi067 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:41.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:39.759976+0000 mgr.smithi067.djqliw (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:41.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.395887+0000 mon.smithi067 (mon.0) 273 : audit [INF] from='client.? 172.21.15.67:0/3674399654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d91ce6b-b64c-4680-a4a8-8e5e82859813"}]: dispatch 2023-10-26T13:10:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.399580+0000 mon.smithi067 (mon.0) 274 : audit [INF] from='client.? 172.21.15.67:0/3674399654' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d91ce6b-b64c-4680-a4a8-8e5e82859813"}]': finished 2023-10-26T13:10:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:40.399631+0000 mon.smithi067 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-10-26T13:10:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.399724+0000 mon.smithi067 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.400011+0000 mon.smithi067 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:41.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.400173+0000 mon.smithi067 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:41.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.400334+0000 mon.smithi067 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:41.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.400490+0000 mon.smithi067 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:41.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.400664+0000 mon.smithi067 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:41.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.400815+0000 mon.smithi067 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:41.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.400974+0000 mon.smithi067 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:41.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:40.669289+0000 mon.smithi175 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.175:0/1555389967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:41.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:39.759976+0000 mgr.smithi067.djqliw (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:41.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.395887+0000 mon.smithi067 (mon.0) 273 : audit [INF] from='client.? 172.21.15.67:0/3674399654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d91ce6b-b64c-4680-a4a8-8e5e82859813"}]: dispatch 2023-10-26T13:10:41.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.399580+0000 mon.smithi067 (mon.0) 274 : audit [INF] from='client.? 172.21.15.67:0/3674399654' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d91ce6b-b64c-4680-a4a8-8e5e82859813"}]': finished 2023-10-26T13:10:41.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:40.399631+0000 mon.smithi067 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-10-26T13:10:41.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.399724+0000 mon.smithi067 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:41.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.400011+0000 mon.smithi067 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:41.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.400173+0000 mon.smithi067 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:41.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.400334+0000 mon.smithi067 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:41.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.400490+0000 mon.smithi067 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:41.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.400664+0000 mon.smithi067 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:41.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.400815+0000 mon.smithi067 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:41.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.400974+0000 mon.smithi067 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:41.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:40.669289+0000 mon.smithi175 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.175:0/1555389967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:41.844 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:42.216 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:10:42.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:41.842873+0000 mon.smithi067 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.67:0/915848695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:42.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:41.932907+0000 mon.smithi067 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.67:0/2106806169' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:42.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:41.842873+0000 mon.smithi067 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.67:0/915848695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:42.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:41.932907+0000 mon.smithi067 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.67:0/2106806169' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-26T13:10:43.197 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:41.760258+0000 mgr.smithi067.djqliw (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:43.217 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:43.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:41.760258+0000 mgr.smithi067.djqliw (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:44.553 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:44.956 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:10:45.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:43.760501+0000 mgr.smithi067.djqliw (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:45.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:44.552333+0000 mon.smithi067 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.67:0/2735517212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:45.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:45.107036+0000 mon.smithi067 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-26T13:10:45.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:45.107683+0000 mon.smithi067 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:45.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:43.760501+0000 mgr.smithi067.djqliw (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:45.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:44.552333+0000 mon.smithi067 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.67:0/2735517212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:45.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:45.107036+0000 mon.smithi067 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-26T13:10:45.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:45.107683+0000 mon.smithi067 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:45.957 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:46.404 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:45.108195+0000 mgr.smithi067.djqliw (mgr.14182) 40 : cephadm [INF] Deploying daemon osd.0 on smithi175 2023-10-26T13:10:46.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:45.108195+0000 mgr.smithi067.djqliw (mgr.14182) 40 : cephadm [INF] Deploying daemon osd.0 on smithi175 2023-10-26T13:10:47.404 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:45.760807+0000 mgr.smithi067.djqliw (mgr.14182) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:47.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:46.713741+0000 mon.smithi067 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-26T13:10:47.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:46.714333+0000 mon.smithi067 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:47.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:45.760807+0000 mgr.smithi067.djqliw (mgr.14182) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:47.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:46.713741+0000 mon.smithi067 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-26T13:10:47.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:46.714333+0000 mon.smithi067 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:47.541 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:48.239 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:46.714831+0000 mgr.smithi067.djqliw (mgr.14182) 42 : cephadm [INF] Deploying daemon osd.1 on smithi067 2023-10-26T13:10:48.240 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:47.540395+0000 mon.smithi067 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.67:0/1187347551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:48.332 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:10:48.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:46.714831+0000 mgr.smithi067.djqliw (mgr.14182) 42 : cephadm [INF] Deploying daemon osd.1 on smithi067 2023-10-26T13:10:48.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:47.540395+0000 mon.smithi067 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.67:0/1187347551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:49.329 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:47.761024+0000 mgr.smithi067.djqliw (mgr.14182) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:49.330 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:48.565685+0000 mon.smithi067 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:49.330 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:48.566410+0000 mon.smithi067 (mon.0) 293 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-26T13:10:49.330 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:48.567106+0000 mon.smithi067 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:49.334 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:49.376 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:47.761024+0000 mgr.smithi067.djqliw (mgr.14182) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:49.376 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:48.565685+0000 mon.smithi067 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:49.376 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:48.566410+0000 mon.smithi067 (mon.0) 293 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-26T13:10:49.376 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:48.567106+0000 mon.smithi067 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:50.254 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:48.567722+0000 mgr.smithi067.djqliw (mgr.14182) 44 : cephadm [INF] Deploying daemon osd.2 on smithi175 2023-10-26T13:10:50.318 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:48.567722+0000 mgr.smithi067.djqliw (mgr.14182) 44 : cephadm [INF] Deploying daemon osd.2 on smithi175 2023-10-26T13:10:50.948 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:51.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:49.761279+0000 mgr.smithi067.djqliw (mgr.14182) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:51.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:50.946200+0000 mon.smithi067 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.67:0/3839390313' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:51.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:51.006247+0000 mon.smithi067 (mon.0) 296 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:51.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:51.007175+0000 mon.smithi067 (mon.0) 297 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-26T13:10:51.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:51.007841+0000 mon.smithi067 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:51.306 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:10:51.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:49.761279+0000 mgr.smithi067.djqliw (mgr.14182) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:51.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:50.946200+0000 mon.smithi067 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.67:0/3839390313' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:51.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:51.006247+0000 mon.smithi067 (mon.0) 296 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:51.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:51.007175+0000 mon.smithi067 (mon.0) 297 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-26T13:10:51.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:51.007841+0000 mon.smithi067 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:52.307 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:52.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:51.008374+0000 mgr.smithi067.djqliw (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.3 on smithi067 2023-10-26T13:10:52.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:51.755851+0000 mon.smithi175 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.175:6800/1945881297,v1:172.21.15.175:6801/1945881297]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-26T13:10:52.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:51.756283+0000 mon.smithi067 (mon.0) 299 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-26T13:10:52.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.133556+0000 mon.smithi067 (mon.0) 300 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:52.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.134281+0000 mon.smithi067 (mon.0) 301 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-26T13:10:52.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.134962+0000 mon.smithi067 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:52.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:51.008374+0000 mgr.smithi067.djqliw (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.3 on smithi067 2023-10-26T13:10:52.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:51.755851+0000 mon.smithi175 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.175:6800/1945881297,v1:172.21.15.175:6801/1945881297]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-26T13:10:52.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:51.756283+0000 mon.smithi067 (mon.0) 299 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-26T13:10:52.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.133556+0000 mon.smithi067 (mon.0) 300 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:52.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.134281+0000 mon.smithi067 (mon.0) 301 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-26T13:10:52.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.134962+0000 mon.smithi067 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:53.352 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:51.761514+0000 mgr.smithi067.djqliw (mgr.14182) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:53.352 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:52.135506+0000 mgr.smithi067.djqliw (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.4 on smithi175 2023-10-26T13:10:53.352 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.169020+0000 mon.smithi067 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-26T13:10:53.352 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:52.169087+0000 mon.smithi067 (mon.0) 304 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-10-26T13:10:53.353 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.169352+0000 mon.smithi067 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:53.353 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.169682+0000 mon.smithi175 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.175:6800/1945881297,v1:172.21.15.175:6801/1945881297]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:10:53.353 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.169821+0000 mon.smithi067 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:53.353 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.170032+0000 mon.smithi067 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:53.353 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.170247+0000 mon.smithi067 (mon.0) 308 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:10:53.354 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.170458+0000 mon.smithi067 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:53.354 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.170614+0000 mon.smithi067 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:53.354 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.170760+0000 mon.smithi067 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:53.354 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.170889+0000 mon.smithi067 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:53.354 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:52.171020+0000 mon.smithi067 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:53.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:51.761514+0000 mgr.smithi067.djqliw (mgr.14182) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:53.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:52.135506+0000 mgr.smithi067.djqliw (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.4 on smithi175 2023-10-26T13:10:53.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.169020+0000 mon.smithi067 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-26T13:10:53.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:52.169087+0000 mon.smithi067 (mon.0) 304 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-10-26T13:10:53.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.169352+0000 mon.smithi067 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:53.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.169682+0000 mon.smithi175 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.175:6800/1945881297,v1:172.21.15.175:6801/1945881297]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:10:53.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.169821+0000 mon.smithi067 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:53.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.170032+0000 mon.smithi067 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:53.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.170247+0000 mon.smithi067 (mon.0) 308 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:10:53.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.170458+0000 mon.smithi067 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:53.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.170614+0000 mon.smithi067 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:53.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.170760+0000 mon.smithi067 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:53.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.170889+0000 mon.smithi067 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:53.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:52.171020+0000 mon.smithi067 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:54.043 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:54.401 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:10:54.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.170327+0000 mon.smithi067 (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-10-26T13:10:54.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:53.170438+0000 mon.smithi067 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-10-26T13:10:54.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.171284+0000 mon.smithi067 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:54.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.171549+0000 mon.smithi067 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:54.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.171729+0000 mon.smithi067 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:54.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.171908+0000 mon.smithi067 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:54.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.177139+0000 mon.smithi067 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:54.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.177607+0000 mon.smithi067 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:54.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.177859+0000 mon.smithi067 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:54.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.178088+0000 mon.smithi067 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:54.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:53.178349+0000 mon.smithi067 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:54.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.040869+0000 mon.smithi067 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.67:0/1607921616' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:54.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.170327+0000 mon.smithi067 (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-10-26T13:10:54.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:53.170438+0000 mon.smithi067 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-10-26T13:10:54.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.171284+0000 mon.smithi067 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:54.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.171549+0000 mon.smithi067 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:54.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.171729+0000 mon.smithi067 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:54.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.171908+0000 mon.smithi067 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:54.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.177139+0000 mon.smithi067 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:54.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.177607+0000 mon.smithi067 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:54.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.177859+0000 mon.smithi067 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:54.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.178088+0000 mon.smithi067 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:54.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:53.178349+0000 mon.smithi067 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:54.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.040869+0000 mon.smithi067 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.67:0/1607921616' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:55.337 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:52.719172+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:10:55.337 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:52.719250+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:10:55.337 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:53.761757+0000 mgr.smithi067.djqliw (mgr.14182) 49 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:55.338 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.175882+0000 mon.smithi067 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:55.338 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:54.178759+0000 mon.smithi067 (mon.0) 327 : cluster [INF] osd.0 [v2:172.21.15.175:6800/1945881297,v1:172.21.15.175:6801/1945881297] boot 2023-10-26T13:10:55.338 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:54.178785+0000 mon.smithi067 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-10-26T13:10:55.338 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.179082+0000 mon.smithi067 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:55.338 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.179796+0000 mon.smithi067 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:55.339 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.180054+0000 mon.smithi067 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:55.339 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.180325+0000 mon.smithi067 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:55.339 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.180641+0000 mon.smithi067 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:55.339 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.180911+0000 mon.smithi067 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:55.339 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.181174+0000 mon.smithi067 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:55.340 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.181445+0000 mon.smithi067 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:55.340 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:54.231184+0000 mon.smithi067 (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-26T13:10:55.403 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:55.431 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:52.719172+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:10:55.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:52.719250+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:10:55.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:53.761757+0000 mgr.smithi067.djqliw (mgr.14182) 49 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-26T13:10:55.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.175882+0000 mon.smithi067 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:55.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:54.178759+0000 mon.smithi067 (mon.0) 327 : cluster [INF] osd.0 [v2:172.21.15.175:6800/1945881297,v1:172.21.15.175:6801/1945881297] boot 2023-10-26T13:10:55.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:54.178785+0000 mon.smithi067 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-10-26T13:10:55.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.179082+0000 mon.smithi067 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-26T13:10:55.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.179796+0000 mon.smithi067 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:55.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.180054+0000 mon.smithi067 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:55.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.180325+0000 mon.smithi067 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:55.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.180641+0000 mon.smithi067 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:55.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.180911+0000 mon.smithi067 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:55.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.181174+0000 mon.smithi067 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:55.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.181445+0000 mon.smithi067 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:55.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:54.231184+0000 mon.smithi067 (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-26T13:10:56.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.183738+0000 mon.smithi067 (mon.0) 338 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-26T13:10:56.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:55.183780+0000 mon.smithi067 (mon.0) 339 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-10-26T13:10:56.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.183886+0000 mon.smithi067 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:56.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.184288+0000 mon.smithi067 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:56.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.184530+0000 mon.smithi067 (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:10:56.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.184841+0000 mon.smithi067 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:56.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.185038+0000 mon.smithi067 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:56.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.185170+0000 mon.smithi067 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:56.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.185296+0000 mon.smithi067 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:56.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.185452+0000 mon.smithi067 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:56.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.261451+0000 mon.smithi067 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:56.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.262142+0000 mon.smithi067 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-26T13:10:56.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.262691+0000 mon.smithi067 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:56.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.339830+0000 mon.smithi067 (mon.0) 351 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-26T13:10:56.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.674557+0000 mon.smithi067 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:56.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.675162+0000 mon.smithi067 (mon.0) 353 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-26T13:10:56.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:55.675734+0000 mon.smithi067 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:56.437 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.183738+0000 mon.smithi067 (mon.0) 338 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-26T13:10:56.437 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:55.183780+0000 mon.smithi067 (mon.0) 339 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-10-26T13:10:56.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.183886+0000 mon.smithi067 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:56.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.184288+0000 mon.smithi067 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:56.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.184530+0000 mon.smithi067 (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:10:56.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.184841+0000 mon.smithi067 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:56.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.185038+0000 mon.smithi067 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:56.439 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.185170+0000 mon.smithi067 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:56.439 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.185296+0000 mon.smithi067 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:56.439 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.185452+0000 mon.smithi067 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:56.439 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.261451+0000 mon.smithi067 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:56.440 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.262142+0000 mon.smithi067 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-26T13:10:56.440 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.262691+0000 mon.smithi067 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:56.440 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.339830+0000 mon.smithi067 (mon.0) 351 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-26T13:10:56.440 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.674557+0000 mon.smithi067 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:10:56.440 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.675162+0000 mon.smithi067 (mon.0) 353 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-26T13:10:56.441 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:55.675734+0000 mon.smithi067 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:10:57.295 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:10:57.374 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:55.263185+0000 mgr.smithi067.djqliw (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.5 on smithi067 2023-10-26T13:10:57.375 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:55.676215+0000 mgr.smithi067.djqliw (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.6 on smithi175 2023-10-26T13:10:57.375 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:55.761998+0000 mgr.smithi067.djqliw (mgr.14182) 52 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-26T13:10:57.376 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.184903+0000 mon.smithi067 (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-10-26T13:10:57.376 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.184962+0000 mon.smithi067 (mon.0) 356 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-26T13:10:57.376 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:56.185013+0000 mon.smithi067 (mon.0) 357 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-10-26T13:10:57.377 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.185325+0000 mon.smithi067 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:57.377 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.185644+0000 mon.smithi067 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:57.377 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.190269+0000 mon.smithi067 (mon.0) 360 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:10:57.378 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.190663+0000 mon.smithi067 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:57.378 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.190853+0000 mon.smithi067 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:57.378 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.191045+0000 mon.smithi067 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:57.378 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.191191+0000 mon.smithi067 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:57.379 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.191418+0000 mon.smithi067 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:57.379 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:56.191753+0000 mon.smithi067 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:57.462 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:55.263185+0000 mgr.smithi067.djqliw (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.5 on smithi067 2023-10-26T13:10:57.462 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:55.676215+0000 mgr.smithi067.djqliw (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.6 on smithi175 2023-10-26T13:10:57.463 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:55.761998+0000 mgr.smithi067.djqliw (mgr.14182) 52 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-26T13:10:57.463 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.184903+0000 mon.smithi067 (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-10-26T13:10:57.463 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.184962+0000 mon.smithi067 (mon.0) 356 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-26T13:10:57.464 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:56.185013+0000 mon.smithi067 (mon.0) 357 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-10-26T13:10:57.464 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.185325+0000 mon.smithi067 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:57.464 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.185644+0000 mon.smithi067 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:57.465 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.190269+0000 mon.smithi067 (mon.0) 360 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:10:57.465 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.190663+0000 mon.smithi067 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:57.466 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.190853+0000 mon.smithi067 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:57.466 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.191045+0000 mon.smithi067 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:57.466 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.191191+0000 mon.smithi067 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:57.467 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.191418+0000 mon.smithi067 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:57.467 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:56.191753+0000 mon.smithi067 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:57.780 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":19,"num_osds":8,"num_up_osds":2,"osd_up_since":1698325857,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:10:58.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:55.179472+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:10:58.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:55.179528+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:10:58.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.190024+0000 mon.smithi067 (mon.0) 367 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-10-26T13:10:58.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:57.190109+0000 mon.smithi067 (mon.0) 368 : cluster [INF] osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296] boot 2023-10-26T13:10:58.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:57.190142+0000 mon.smithi067 (mon.0) 369 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-10-26T13:10:58.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.190539+0000 mon.smithi067 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:58.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.191052+0000 mon.smithi067 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:58.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.195326+0000 mon.smithi067 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:58.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.195571+0000 mon.smithi067 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:58.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.195759+0000 mon.smithi067 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:58.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.195947+0000 mon.smithi067 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:58.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.196119+0000 mon.smithi067 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:58.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.198525+0000 mon.smithi067 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:58.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:57.294156+0000 mon.smithi067 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.67:0/2757426607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:58.558 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:55.179472+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:10:58.558 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:55.179528+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:10:58.558 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.190024+0000 mon.smithi067 (mon.0) 367 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-10-26T13:10:58.558 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:57.190109+0000 mon.smithi067 (mon.0) 368 : cluster [INF] osd.1 [v2:172.21.15.67:6802/3853807296,v1:172.21.15.67:6803/3853807296] boot 2023-10-26T13:10:58.559 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:57.190142+0000 mon.smithi067 (mon.0) 369 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-10-26T13:10:58.559 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.190539+0000 mon.smithi067 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-26T13:10:58.559 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.191052+0000 mon.smithi067 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:58.559 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.195326+0000 mon.smithi067 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:58.559 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.195571+0000 mon.smithi067 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:58.560 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.195759+0000 mon.smithi067 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:58.560 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.195947+0000 mon.smithi067 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:58.560 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.196119+0000 mon.smithi067 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:58.560 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.198525+0000 mon.smithi067 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:58.560 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:57.294156+0000 mon.smithi067 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.67:0/2757426607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:10:58.781 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:10:59.450 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:56.367104+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:10:59.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:56.367185+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:10:59.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:57.762247+0000 mgr.smithi067.djqliw (mgr.14182) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-26T13:10:59.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:58.197789+0000 mon.smithi067 (mon.0) 379 : cluster [INF] osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964] boot 2023-10-26T13:10:59.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:58.197818+0000 mon.smithi067 (mon.0) 380 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-10-26T13:10:59.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.198145+0000 mon.smithi067 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:59.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.198551+0000 mon.smithi067 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:59.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.198766+0000 mon.smithi067 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:59.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.198957+0000 mon.smithi067 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:59.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.199106+0000 mon.smithi067 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:59.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.199264+0000 mon.smithi067 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:59.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.199460+0000 mon.smithi067 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-26T13:10:59.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.488939+0000 mon.smithi175 (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/1702185000,v1:172.21.15.67:6811/1702185000]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-26T13:10:59.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.653360+0000 mon.smithi067 (mon.0) 388 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-26T13:10:59.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.914299+0000 mon.smithi175 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.175:6816/2268726568,v1:172.21.15.175:6817/2268726568]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T13:10:59.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:10:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:58.914695+0000 mon.smithi067 (mon.0) 389 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T13:10:59.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:56.367104+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:10:59.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:56.367185+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:10:59.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:57.762247+0000 mgr.smithi067.djqliw (mgr.14182) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-26T13:10:59.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:58.197789+0000 mon.smithi067 (mon.0) 379 : cluster [INF] osd.2 [v2:172.21.15.175:6808/3195326964,v1:172.21.15.175:6809/3195326964] boot 2023-10-26T13:10:59.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:58.197818+0000 mon.smithi067 (mon.0) 380 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-10-26T13:10:59.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.198145+0000 mon.smithi067 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-26T13:10:59.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.198551+0000 mon.smithi067 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:10:59.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.198766+0000 mon.smithi067 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:10:59.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.198957+0000 mon.smithi067 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:10:59.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.199106+0000 mon.smithi067 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:10:59.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.199264+0000 mon.smithi067 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:10:59.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.199460+0000 mon.smithi067 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-26T13:10:59.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.488939+0000 mon.smithi175 (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/1702185000,v1:172.21.15.67:6811/1702185000]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-26T13:10:59.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.653360+0000 mon.smithi067 (mon.0) 388 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-26T13:10:59.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.914299+0000 mon.smithi175 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.175:6816/2268726568,v1:172.21.15.175:6817/2268726568]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T13:10:59.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:10:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:58.914695+0000 mon.smithi067 (mon.0) 389 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-26T13:11:00.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.204265+0000 mon.smithi067 (mon.0) 390 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-10-26T13:11:00.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.204350+0000 mon.smithi067 (mon.0) 391 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-26T13:11:00.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.204432+0000 mon.smithi067 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-26T13:11:00.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:59.204493+0000 mon.smithi067 (mon.0) 393 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-10-26T13:11:00.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.204606+0000 mon.smithi067 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:11:00.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.205084+0000 mon.smithi067 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:11:00.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.205235+0000 mon.smithi067 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:00.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.205421+0000 mon.smithi067 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:00.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.205572+0000 mon.smithi067 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:00.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.205911+0000 mon.smithi175 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.175:6816/2268726568,v1:172.21.15.175:6817/2268726568]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:11:00.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.206106+0000 mon.smithi175 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/1702185000,v1:172.21.15.67:6811/1702185000]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:11:00.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.206357+0000 mon.smithi067 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:11:00.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.206849+0000 mon.smithi067 (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:11:00.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.207493+0000 mon.smithi067 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T13:11:00.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.520989+0000 mon.smithi067 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:00.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.521710+0000 mon.smithi067 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-26T13:11:00.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.522315+0000 mon.smithi067 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:00.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:10:59.522849+0000 mgr.smithi067.djqliw (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.7 on smithi067 2023-10-26T13:11:00.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:10:59.596176+0000 mon.smithi067 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:00.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:59.762695+0000 mgr.smithi067.djqliw (mgr.14182) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-10-26T13:11:00.479 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:00.608 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.204265+0000 mon.smithi067 (mon.0) 390 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-10-26T13:11:00.608 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.204350+0000 mon.smithi067 (mon.0) 391 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-26T13:11:00.608 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.204432+0000 mon.smithi067 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-26T13:11:00.608 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:59.204493+0000 mon.smithi067 (mon.0) 393 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-10-26T13:11:00.609 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.204606+0000 mon.smithi067 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:11:00.609 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.205084+0000 mon.smithi067 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:11:00.609 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.205235+0000 mon.smithi067 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:00.609 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.205421+0000 mon.smithi067 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:00.610 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.205572+0000 mon.smithi067 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:00.610 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.205911+0000 mon.smithi175 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.175:6816/2268726568,v1:172.21.15.175:6817/2268726568]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:11:00.610 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.206106+0000 mon.smithi175 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/1702185000,v1:172.21.15.67:6811/1702185000]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:11:00.610 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.206357+0000 mon.smithi067 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:11:00.611 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.206849+0000 mon.smithi067 (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:11:00.611 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.207493+0000 mon.smithi067 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-26T13:11:00.611 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.520989+0000 mon.smithi067 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:00.611 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.521710+0000 mon.smithi067 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-26T13:11:00.612 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.522315+0000 mon.smithi067 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:00.612 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:10:59.522849+0000 mgr.smithi067.djqliw (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.7 on smithi067 2023-10-26T13:11:00.612 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:10:59.596176+0000 mon.smithi067 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:00.612 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:59.762695+0000 mgr.smithi067.djqliw (mgr.14182) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-10-26T13:11:01.207 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1698325858,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:11:01.365 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.205764+0000 mon.smithi067 (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=smithi175", "root=default"]}]': finished 2023-10-26T13:11:01.365 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.205828+0000 mon.smithi067 (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=smithi067", "root=default"]}]': finished 2023-10-26T13:11:01.365 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.205873+0000 mon.smithi067 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-10-26T13:11:01.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:00.205922+0000 mon.smithi067 (mon.0) 409 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-10-26T13:11:01.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.206233+0000 mon.smithi067 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:11:01.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.206521+0000 mon.smithi067 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:11:01.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.206790+0000 mon.smithi067 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:01.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.207004+0000 mon.smithi067 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:01.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.207219+0000 mon.smithi067 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:01.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.213426+0000 mon.smithi067 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:11:01.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.213774+0000 mon.smithi067 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:11:01.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:00.478855+0000 mon.smithi067 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.67:0/2384159958' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:11:01.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:01.109738+0000 mon.smithi067 (mon.0) 418 : cluster [INF] osd.3 [v2:172.21.15.67:6810/1702185000,v1:172.21.15.67:6811/1702185000] boot 2023-10-26T13:11:01.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:01.109767+0000 mon.smithi067 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.175:6816/2268726568,v1:172.21.15.175:6817/2268726568] boot 2023-10-26T13:11:01.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:01.109797+0000 mon.smithi067 (mon.0) 420 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-10-26T13:11:01.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:01.110107+0000 mon.smithi067 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:11:01.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:01.110460+0000 mon.smithi067 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:11:01.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:01.110756+0000 mon.smithi067 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:01.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:01.112470+0000 mon.smithi067 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:01.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:01.112658+0000 mon.smithi067 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:01.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.205764+0000 mon.smithi067 (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=smithi175", "root=default"]}]': finished 2023-10-26T13:11:01.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.205828+0000 mon.smithi067 (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=smithi067", "root=default"]}]': finished 2023-10-26T13:11:01.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.205873+0000 mon.smithi067 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-10-26T13:11:01.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:00.205922+0000 mon.smithi067 (mon.0) 409 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-10-26T13:11:01.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.206233+0000 mon.smithi067 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:11:01.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.206521+0000 mon.smithi067 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:11:01.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.206790+0000 mon.smithi067 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:01.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.207004+0000 mon.smithi067 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:01.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.207219+0000 mon.smithi067 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:01.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.213426+0000 mon.smithi067 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:11:01.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.213774+0000 mon.smithi067 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:11:01.471 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:00.478855+0000 mon.smithi067 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.67:0/2384159958' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:11:01.471 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:01.109738+0000 mon.smithi067 (mon.0) 418 : cluster [INF] osd.3 [v2:172.21.15.67:6810/1702185000,v1:172.21.15.67:6811/1702185000] boot 2023-10-26T13:11:01.471 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:01.109767+0000 mon.smithi067 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.175:6816/2268726568,v1:172.21.15.175:6817/2268726568] boot 2023-10-26T13:11:01.471 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:01.109797+0000 mon.smithi067 (mon.0) 420 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-10-26T13:11:01.471 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:01.110107+0000 mon.smithi067 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-26T13:11:01.472 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:01.110460+0000 mon.smithi067 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-26T13:11:01.472 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:01.110756+0000 mon.smithi067 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:01.472 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:01.112470+0000 mon.smithi067 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:01.472 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:01.112658+0000 mon.smithi067 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:02.208 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:11:02.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:59.476952+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:02.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:59.477016+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:02.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:59.890925+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:02.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:10:59.890971+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:02.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:01.581439+0000 mon.smithi067 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:02.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:01.762957+0000 mgr.smithi067.djqliw (mgr.14182) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-26T13:11:02.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:02.111577+0000 mon.smithi067 (mon.0) 427 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-10-26T13:11:02.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:02.111780+0000 mon.smithi067 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:02.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:02.112139+0000 mon.smithi067 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:02.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:02.112450+0000 mon.smithi067 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:02.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:59.476952+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:02.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:59.477016+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:02.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:59.890925+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:02.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:10:59.890971+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:02.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:01.581439+0000 mon.smithi067 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:02.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:01.762957+0000 mgr.smithi067.djqliw (mgr.14182) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-26T13:11:02.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:02.111577+0000 mon.smithi067 (mon.0) 427 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-10-26T13:11:02.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:02.111780+0000 mon.smithi067 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:02.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:02.112139+0000 mon.smithi067 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:02.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:02.112450+0000 mon.smithi067 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:03.709 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:03.869 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:02.731404+0000 mon.smithi067 (mon.0) 431 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-26T13:11:03.870 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:02.761064+0000 mon.smithi175 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.175:6824/660490197,v1:172.21.15.175:6825/660490197]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T13:11:03.870 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:02.761409+0000 mon.smithi067 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T13:11:03.870 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.112023+0000 mon.smithi067 (mon.0) 433 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-26T13:11:03.871 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.112069+0000 mon.smithi067 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-26T13:11:03.871 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:03.112129+0000 mon.smithi067 (mon.0) 435 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-10-26T13:11:03.871 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.112235+0000 mon.smithi067 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:03.871 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.112592+0000 mon.smithi067 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:03.871 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.112718+0000 mon.smithi175 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.175:6824/660490197,v1:172.21.15.175:6825/660490197]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:11:03.871 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.112845+0000 mon.smithi067 (mon.0) 438 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:11:03.872 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.113085+0000 mon.smithi067 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:03.872 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.113369+0000 mon.smithi067 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:11:03.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:02.731404+0000 mon.smithi067 (mon.0) 431 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-26T13:11:03.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:02.761064+0000 mon.smithi175 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.175:6824/660490197,v1:172.21.15.175:6825/660490197]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T13:11:03.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:02.761409+0000 mon.smithi067 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-26T13:11:03.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.112023+0000 mon.smithi067 (mon.0) 433 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-26T13:11:03.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.112069+0000 mon.smithi067 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-26T13:11:03.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:03.112129+0000 mon.smithi067 (mon.0) 435 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-10-26T13:11:03.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.112235+0000 mon.smithi067 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:03.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.112592+0000 mon.smithi067 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:03.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.112718+0000 mon.smithi175 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.175:6824/660490197,v1:172.21.15.175:6825/660490197]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:11:03.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.112845+0000 mon.smithi067 (mon.0) 438 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:11:03.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.113085+0000 mon.smithi067 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:03.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.113369+0000 mon.smithi067 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-10-26T13:11:04.207 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1698325861,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:11:04.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:03.707227+0000 mon.smithi067 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.67:0/3557402126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:11:04.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:03.763201+0000 mgr.smithi067.djqliw (mgr.14182) 57 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-26T13:11:04.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:04.035874+0000 mon.smithi067 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:04.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:04.114001+0000 mon.smithi067 (mon.0) 443 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-10-26T13:11:04.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:04.114075+0000 mon.smithi067 (mon.0) 444 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-10-26T13:11:04.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:04.114151+0000 mon.smithi067 (mon.0) 445 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-10-26T13:11:04.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:04.114274+0000 mon.smithi067 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:04.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:04.114611+0000 mon.smithi067 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:04.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:04.115097+0000 mon.smithi067 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:04.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:04.117486+0000 mon.smithi067 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:04.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:04.119374+0000 mon.smithi067 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:04.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:03.707227+0000 mon.smithi067 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.67:0/3557402126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:11:04.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:03.763201+0000 mgr.smithi067.djqliw (mgr.14182) 57 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-26T13:11:04.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:04.035874+0000 mon.smithi067 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:04.929 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:04.114001+0000 mon.smithi067 (mon.0) 443 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-10-26T13:11:04.929 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:04.114075+0000 mon.smithi067 (mon.0) 444 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-10-26T13:11:04.929 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:04.114151+0000 mon.smithi067 (mon.0) 445 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-10-26T13:11:04.929 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:04.114274+0000 mon.smithi067 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:04.929 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:04.114611+0000 mon.smithi067 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:04.930 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:04.115097+0000 mon.smithi067 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:04.930 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:04.117486+0000 mon.smithi067 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:04.930 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:04.119374+0000 mon.smithi067 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:05.209 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:11:06.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:03.726690+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:06.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:03.726772+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:06.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:03.776006+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:06.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:03.776136+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:06.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:05.119584+0000 mon.smithi067 (mon.0) 451 : cluster [INF] osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264] boot 2023-10-26T13:11:06.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:05.119632+0000 mon.smithi067 (mon.0) 452 : cluster [INF] osd.6 [v2:172.21.15.175:6824/660490197,v1:172.21.15.175:6825/660490197] boot 2023-10-26T13:11:06.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:05.119663+0000 mon.smithi067 (mon.0) 453 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-10-26T13:11:06.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:05.119800+0000 mon.smithi067 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:06.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:05.120375+0000 mon.smithi067 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:06.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:05.120695+0000 mon.smithi067 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:06.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:03.726690+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:06.435 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:03.726772+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:06.435 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:03.776006+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:06.435 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:03.776136+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:06.435 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:05.119584+0000 mon.smithi067 (mon.0) 451 : cluster [INF] osd.5 [v2:172.21.15.67:6818/2757092264,v1:172.21.15.67:6819/2757092264] boot 2023-10-26T13:11:06.435 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:05.119632+0000 mon.smithi067 (mon.0) 452 : cluster [INF] osd.6 [v2:172.21.15.175:6824/660490197,v1:172.21.15.175:6825/660490197] boot 2023-10-26T13:11:06.436 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:05.119663+0000 mon.smithi067 (mon.0) 453 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-10-26T13:11:06.436 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:05.119800+0000 mon.smithi067 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-26T13:11:06.436 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:05.120375+0000 mon.smithi067 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-26T13:11:06.436 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:05.120695+0000 mon.smithi067 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:06.854 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:07.303 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:05.763463+0000 mgr.smithi067.djqliw (mgr.14182) 58 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+activating; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-26T13:11:07.303 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:06.124143+0000 mon.smithi067 (mon.0) 457 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-10-26T13:11:07.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:06.124288+0000 mon.smithi067 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:07.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:06.152066+0000 mon.smithi067 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:07.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:06.153089+0000 mgr.smithi067.djqliw (mgr.14182) 59 : cephadm [INF] Reconfiguring mon.smithi067 (unknown last config time)... 2023-10-26T13:11:07.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:06.153330+0000 mon.smithi067 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T13:11:07.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:06.153907+0000 mon.smithi067 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T13:11:07.305 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:06.154429+0000 mon.smithi067 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:07.305 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:06.154938+0000 mgr.smithi067.djqliw (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi067 on smithi067 2023-10-26T13:11:07.305 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:06.853140+0000 mon.smithi067 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.67:0/3018796659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:11:07.381 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1698325865,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":0} 2023-10-26T13:11:07.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:05.763463+0000 mgr.smithi067.djqliw (mgr.14182) 58 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+activating; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-26T13:11:07.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:06.124143+0000 mon.smithi067 (mon.0) 457 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-10-26T13:11:07.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:06.124288+0000 mon.smithi067 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:07.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:06.152066+0000 mon.smithi067 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:07.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:06.153089+0000 mgr.smithi067.djqliw (mgr.14182) 59 : cephadm [INF] Reconfiguring mon.smithi067 (unknown last config time)... 2023-10-26T13:11:07.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:06.153330+0000 mon.smithi067 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T13:11:07.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:06.153907+0000 mon.smithi067 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T13:11:07.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:06.154429+0000 mon.smithi067 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:07.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:06.154938+0000 mgr.smithi067.djqliw (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi067 on smithi067 2023-10-26T13:11:07.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:06.853140+0000 mon.smithi067 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.67:0/3018796659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:11:08.382 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-10-26T13:11:08.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:07.245110+0000 mon.smithi067 (mon.0) 464 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-26T13:11:08.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:07.340075+0000 mon.smithi067 (mon.0) 465 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:08.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:07.341018+0000 mon.smithi067 (mon.0) 466 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.djqliw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T13:11:08.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:07.341691+0000 mon.smithi067 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T13:11:08.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:07.342212+0000 mon.smithi067 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:08.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:07.245110+0000 mon.smithi067 (mon.0) 464 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-26T13:11:08.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:07.340075+0000 mon.smithi067 (mon.0) 465 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:08.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:07.341018+0000 mon.smithi067 (mon.0) 466 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.djqliw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T13:11:08.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:07.341691+0000 mon.smithi067 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T13:11:08.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:07.342212+0000 mon.smithi067 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:09.281 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:07.340736+0000 mgr.smithi067.djqliw (mgr.14182) 61 : cephadm [INF] Reconfiguring mgr.smithi067.djqliw (unknown last config time)... 2023-10-26T13:11:09.282 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:07.342706+0000 mgr.smithi067.djqliw (mgr.14182) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi067.djqliw on smithi067 2023-10-26T13:11:09.282 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:07.763737+0000 mgr.smithi067.djqliw (mgr.14182) 63 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+activating; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-26T13:11:09.282 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:08.129797+0000 mon.smithi067 (mon.0) 469 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-26T13:11:09.282 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:08.129839+0000 mon.smithi067 (mon.0) 470 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-10-26T13:11:09.283 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:08.129950+0000 mon.smithi067 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:09.283 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:08.130277+0000 mon.smithi067 (mon.0) 472 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:11:09.283 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:08.228336+0000 mon.smithi067 (mon.0) 473 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:09.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:07.340736+0000 mgr.smithi067.djqliw (mgr.14182) 61 : cephadm [INF] Reconfiguring mgr.smithi067.djqliw (unknown last config time)... 2023-10-26T13:11:09.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:07.342706+0000 mgr.smithi067.djqliw (mgr.14182) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi067.djqliw on smithi067 2023-10-26T13:11:09.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:07.763737+0000 mgr.smithi067.djqliw (mgr.14182) 63 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+activating; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-26T13:11:09.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:08.129797+0000 mon.smithi067 (mon.0) 469 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-26T13:11:09.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:08.129839+0000 mon.smithi067 (mon.0) 470 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-10-26T13:11:09.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:08.129950+0000 mon.smithi067 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:09.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:08.130277+0000 mon.smithi067 (mon.0) 472 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-10-26T13:11:09.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:08.228336+0000 mon.smithi067 (mon.0) 473 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:10.340 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:10.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:08.229089+0000 mgr.smithi067.djqliw (mgr.14182) 64 : cephadm [INF] Reconfiguring alertmanager.smithi067 (dependencies changed)... 2023-10-26T13:11:10.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:08.235123+0000 mgr.smithi067.djqliw (mgr.14182) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi067 on smithi067 2023-10-26T13:11:10.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:09.131480+0000 mon.smithi067 (mon.0) 474 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-10-26T13:11:10.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:09.131534+0000 mon.smithi067 (mon.0) 475 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-10-26T13:11:10.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:09.131912+0000 mon.smithi067 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:10.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:09.137358+0000 mon.smithi067 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:10.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:08.229089+0000 mgr.smithi067.djqliw (mgr.14182) 64 : cephadm [INF] Reconfiguring alertmanager.smithi067 (dependencies changed)... 2023-10-26T13:11:10.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:08.235123+0000 mgr.smithi067.djqliw (mgr.14182) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi067 on smithi067 2023-10-26T13:11:10.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:09.131480+0000 mon.smithi067 (mon.0) 474 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-10-26T13:11:10.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:09.131534+0000 mon.smithi067 (mon.0) 475 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-10-26T13:11:10.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:09.131912+0000 mon.smithi067 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:10.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:09.137358+0000 mon.smithi067 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:10.694 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1698325870,"num_in_osds":8,"osd_in_since":1698325840,"num_remapped_pgs":1} 2023-10-26T13:11:10.695 INFO:tasks.cephadm:Setting up client nodes... 2023-10-26T13:11:10.696 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-26T13:11:11.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:08.198513+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:11.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:08.198563+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:11.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:09.764031+0000 mgr.smithi067.djqliw (mgr.14182) 66 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-26T13:11:11.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:10.135218+0000 mon.smithi067 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:11.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:10.146121+0000 mon.smithi067 (mon.0) 479 : cluster [INF] osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003] boot 2023-10-26T13:11:11.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:10.146144+0000 mon.smithi067 (mon.0) 480 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-10-26T13:11:11.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:10.146288+0000 mon.smithi067 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:11.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:10.338442+0000 mon.smithi067 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.67:0/3483993739' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:11:11.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:11.111452+0000 mon.smithi067 (mon.0) 483 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-10-26T13:11:11.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:08.198513+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-26T13:11:11.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:08.198563+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-26T13:11:11.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:09.764031+0000 mgr.smithi067.djqliw (mgr.14182) 66 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-26T13:11:11.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:10.135218+0000 mon.smithi067 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:11.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:10.146121+0000 mon.smithi067 (mon.0) 479 : cluster [INF] osd.7 [v2:172.21.15.67:6826/1135577003,v1:172.21.15.67:6827/1135577003] boot 2023-10-26T13:11:11.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:10.146144+0000 mon.smithi067 (mon.0) 480 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-10-26T13:11:11.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:10.146288+0000 mon.smithi067 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-26T13:11:11.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:10.338442+0000 mon.smithi067 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.67:0/3483993739' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-26T13:11:11.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:11.111452+0000 mon.smithi067 (mon.0) 483 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-10-26T13:11:12.564 INFO:teuthology.orchestra.run.smithi067.stdout:[client.0] 2023-10-26T13:11:12.565 INFO:teuthology.orchestra.run.smithi067.stdout: key = AQBwZTplm7TYIBAAeOGSE0BjKTx6YPDCoM5o7w== 2023-10-26T13:11:13.089 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:11.764361+0000 mgr.smithi067.djqliw (mgr.14182) 67 : cluster [DBG] pgmap v63: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:13.089 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:12.002275+0000 mon.smithi067 (mon.0) 484 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:13.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:12.003046+0000 mgr.smithi067.djqliw (mgr.14182) 68 : cephadm [INF] Reconfiguring crash.smithi067 (monmap changed)... 2023-10-26T13:11:13.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:12.003355+0000 mon.smithi067 (mon.0) 485 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-26T13:11:13.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:12.004132+0000 mon.smithi067 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:13.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:12.004693+0000 mgr.smithi067.djqliw (mgr.14182) 69 : cephadm [INF] Reconfiguring daemon crash.smithi067 on smithi067 2023-10-26T13:11:13.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:12.114107+0000 mon.smithi067 (mon.0) 487 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-10-26T13:11:13.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:12.550922+0000 mon.smithi067 (mon.0) 488 : audit [INF] from='client.? 172.21.15.67:0/2506017689' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T13:11:13.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:12.554255+0000 mon.smithi067 (mon.0) 489 : audit [INF] from='client.? 172.21.15.67:0/2506017689' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-26T13:11:13.149 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:11:13.149 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-26T13:11:13.150 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-26T13:11:13.193 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-26T13:11:13.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:11.764361+0000 mgr.smithi067.djqliw (mgr.14182) 67 : cluster [DBG] pgmap v63: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:13.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:12.002275+0000 mon.smithi067 (mon.0) 484 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:13.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:12.003046+0000 mgr.smithi067.djqliw (mgr.14182) 68 : cephadm [INF] Reconfiguring crash.smithi067 (monmap changed)... 2023-10-26T13:11:13.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:12.003355+0000 mon.smithi067 (mon.0) 485 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-26T13:11:13.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:12.004132+0000 mon.smithi067 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:13.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:12.004693+0000 mgr.smithi067.djqliw (mgr.14182) 69 : cephadm [INF] Reconfiguring daemon crash.smithi067 on smithi067 2023-10-26T13:11:13.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:12.114107+0000 mon.smithi067 (mon.0) 487 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-10-26T13:11:13.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:12.550922+0000 mon.smithi067 (mon.0) 488 : audit [INF] from='client.? 172.21.15.67:0/2506017689' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T13:11:13.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:12.554255+0000 mon.smithi067 (mon.0) 489 : audit [INF] from='client.? 172.21.15.67:0/2506017689' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-26T13:11:14.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:13.132522+0000 mon.smithi067 (mon.0) 490 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:14.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:13.133311+0000 mgr.smithi067.djqliw (mgr.14182) 70 : cephadm [INF] Reconfiguring grafana.smithi067 (dependencies changed)... 2023-10-26T13:11:14.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:13.166135+0000 mgr.smithi067.djqliw (mgr.14182) 71 : cephadm [INF] Reconfiguring daemon grafana.smithi067 on smithi067 2023-10-26T13:11:14.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:13.132522+0000 mon.smithi067 (mon.0) 490 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:14.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:13.133311+0000 mgr.smithi067.djqliw (mgr.14182) 70 : cephadm [INF] Reconfiguring grafana.smithi067 (dependencies changed)... 2023-10-26T13:11:14.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:13.166135+0000 mgr.smithi067.djqliw (mgr.14182) 71 : cephadm [INF] Reconfiguring daemon grafana.smithi067 on smithi067 2023-10-26T13:11:14.620 INFO:teuthology.orchestra.run.smithi175.stdout:[client.1] 2023-10-26T13:11:14.620 INFO:teuthology.orchestra.run.smithi175.stdout: key = AQByZTplMS2JJBAARFH31UQFMi21HPbOB8kVfw== 2023-10-26T13:11:15.000 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:11:15.001 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-26T13:11:15.001 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-26T13:11:15.041 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-10-26T13:11:15.344 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:15.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:13.764697+0000 mgr.smithi067.djqliw (mgr.14182) 72 : cluster [DBG] pgmap v65: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:15.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:14.612234+0000 mon.smithi175 (mon.1) 18 : audit [INF] from='client.? 172.21.15.175:0/2371901563' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T13:11:15.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:14.612831+0000 mon.smithi067 (mon.0) 491 : 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 2023-10-26T13:11:15.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:14.618400+0000 mon.smithi067 (mon.0) 492 : 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 2023-10-26T13:11:15.463 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:13.764697+0000 mgr.smithi067.djqliw (mgr.14182) 72 : cluster [DBG] pgmap v65: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:15.463 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:14.612234+0000 mon.smithi175 (mon.1) 18 : audit [INF] from='client.? 172.21.15.175:0/2371901563' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-26T13:11:15.464 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:14.612831+0000 mon.smithi067 (mon.0) 491 : 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 2023-10-26T13:11:15.464 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:14.618400+0000 mon.smithi067 (mon.0) 492 : 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 2023-10-26T13:11:16.790 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:16.791 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":33,"fsid":"ab97ef72-7400-11ee-8db9-212e2dc638e7","created":"2023-10-26T13:08:22.439677+0000","modified":"2023-10-26T13:11:12.109270+0000","last_up_change":"2023-10-26T13:11:10.134871+0000","last_in_change":"2023-10-26T13:10:40.396416+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":"2023-10-26T13:10:58.653037+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":"49b5353e-aa26-4461-8afb-b9adbb2564d3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6800","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6801","nonce":1945881297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6803","nonce":1945881297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6807","nonce":1945881297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6805","nonce":1945881297}]},"public_addr":"172.21.15.175:6801/1945881297","cluster_addr":"172.21.15.175:6803/1945881297","heartbeat_back_addr":"172.21.15.175:6807/1945881297","heartbeat_front_addr":"172.21.15.175:6805/1945881297","state":["exists","up"]},{"osd":1,"uuid":"b6c57294-d0b1-4ba6-b125-c31e2766eeef","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.67:6802","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6803","nonce":3853807296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6805","nonce":3853807296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6809","nonce":3853807296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6807","nonce":3853807296}]},"public_addr":"172.21.15.67:6803/3853807296","cluster_addr":"172.21.15.67:6805/3853807296","heartbeat_back_addr":"172.21.15.67:6809/3853807296","heartbeat_front_addr":"172.21.15.67:6807/3853807296","state":["exists","up"]},{"osd":2,"uuid":"1ad29f68-5383-4bd8-bb60-c1859a4476be","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.175:6808","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6809","nonce":3195326964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6811","nonce":3195326964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6815","nonce":3195326964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6813","nonce":3195326964}]},"public_addr":"172.21.15.175:6809/3195326964","cluster_addr":"172.21.15.175:6811/3195326964","heartbeat_back_addr":"172.21.15.175:6815/3195326964","heartbeat_front_addr":"172.21.15.175:6813/3195326964","state":["exists","up"]},{"osd":3,"uuid":"4ffea91b-9cdc-4011-a96b-281ddcd93807","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.67:6810","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6811","nonce":1702185000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6813","nonce":1702185000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6817","nonce":1702185000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6815","nonce":1702185000}]},"public_addr":"172.21.15.67:6811/1702185000","cluster_addr":"172.21.15.67:6813/1702185000","heartbeat_back_addr":"172.21.15.67:6817/1702185000","heartbeat_front_addr":"172.21.15.67:6815/1702185000","state":["exists","up"]},{"osd":4,"uuid":"0ae06dab-814e-48fa-a837-c4f6ba14d8fe","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.175:6816","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6817","nonce":2268726568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6819","nonce":2268726568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6823","nonce":2268726568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6821","nonce":2268726568}]},"public_addr":"172.21.15.175:6817/2268726568","cluster_addr":"172.21.15.175:6819/2268726568","heartbeat_back_addr":"172.21.15.175:6823/2268726568","heartbeat_front_addr":"172.21.15.175:6821/2268726568","state":["exists","up"]},{"osd":5,"uuid":"a1a41cef-26ce-40fb-bc53-777034addab7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6819","nonce":2757092264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6821","nonce":2757092264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6825","nonce":2757092264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6823","nonce":2757092264}]},"public_addr":"172.21.15.67:6819/2757092264","cluster_addr":"172.21.15.67:6821/2757092264","heartbeat_back_addr":"172.21.15.67:6825/2757092264","heartbeat_front_addr":"172.21.15.67:6823/2757092264","state":["exists","up"]},{"osd":6,"uuid":"48404011-43c0-48d1-ac66-bbc39074b5f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6824","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6825","nonce":660490197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6827","nonce":660490197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6831","nonce":660490197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6829","nonce":660490197}]},"public_addr":"172.21.15.175:6825/660490197","cluster_addr":"172.21.15.175:6827/660490197","heartbeat_back_addr":"172.21.15.175:6831/660490197","heartbeat_front_addr":"172.21.15.175:6829/660490197","state":["exists","up"]},{"osd":7,"uuid":"9d91ce6b-b64c-4680-a4a8-8e5e82859813","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6827","nonce":1135577003}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6829","nonce":1135577003}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6833","nonce":1135577003}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6831","nonce":1135577003}]},"public_addr":"172.21.15.67:6827/1135577003","cluster_addr":"172.21.15.67:6829/1135577003","heartbeat_back_addr":"172.21.15.67:6833/1135577003","heartbeat_front_addr":"172.21.15.67:6831/1135577003","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":"2023-10-26T13:10:52.719253+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":"2023-10-26T13:10:55.179532+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":"2023-10-26T13:10:56.367190+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":"2023-10-26T13:10:59.477019+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":"2023-10-26T13:10:59.890973+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":"2023-10-26T13:11:03.776144+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":"2023-10-26T13:11:03.726776+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":"2023-10-26T13:11:08.198565+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/2321678501":"2023-10-27T13:09:47.748438+0000","172.21.15.67:6801/700713373":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6800/700713373":"2023-10-27T13:09:11.484736+0000","172.21.15.67:0/1680046231":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6801/1183094261":"2023-10-27T13:09:47.748438+0000","172.21.15.67:0/3315162983":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6800/1183094261":"2023-10-27T13:09:47.748438+0000","172.21.15.67:6800/3444937474":"2023-10-27T13:08:44.861480+0000","172.21.15.67:0/2802012263":"2023-10-27T13:09:47.748438+0000","172.21.15.67:0/363714973":"2023-10-27T13:08:44.861480+0000","172.21.15.67:6801/3444937474":"2023-10-27T13:08:44.861480+0000","172.21.15.67:0/2426268097":"2023-10-27T13:08:44.861480+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}} 2023-10-26T13:11:17.123 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:15.764973+0000 mgr.smithi067.djqliw (mgr.14182) 73 : cluster [DBG] pgmap v66: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:17.123 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:15.971471+0000 mon.smithi067 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:17.123 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:15.972291+0000 mgr.smithi067.djqliw (mgr.14182) 74 : cephadm [INF] Reconfiguring prometheus.smithi067 (dependencies changed)... 2023-10-26T13:11:17.124 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:15.977131+0000 mgr.smithi067.djqliw (mgr.14182) 75 : cephadm [INF] Reconfiguring daemon prometheus.smithi067 on smithi067 2023-10-26T13:11:17.124 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:16.788693+0000 mon.smithi067 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.67:0/98326842' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T13:11:17.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:15.764973+0000 mgr.smithi067.djqliw (mgr.14182) 73 : cluster [DBG] pgmap v66: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:17.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:15.971471+0000 mon.smithi067 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:17.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:15.972291+0000 mgr.smithi067.djqliw (mgr.14182) 74 : cephadm [INF] Reconfiguring prometheus.smithi067 (dependencies changed)... 2023-10-26T13:11:17.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:15.977131+0000 mgr.smithi067.djqliw (mgr.14182) 75 : cephadm [INF] Reconfiguring daemon prometheus.smithi067 on smithi067 2023-10-26T13:11:17.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:16.788693+0000 mon.smithi067 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.67:0/98326842' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T13:11:17.429 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-10-26T13:10:58.653037+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': {}}}] 2023-10-26T13:11:17.429 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-10-26T13:11:17.971 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:19.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:17.765401+0000 mgr.smithi067.djqliw (mgr.14182) 76 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:19.321 INFO:teuthology.orchestra.run.smithi067.stdout:pg_num: 1 2023-10-26T13:11:19.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:17.765401+0000 mgr.smithi067.djqliw (mgr.14182) 76 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:19.719 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-26T13:11:19.720 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-26T13:11:19.720 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-26T13:11:20.001 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:20.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:19.319722+0000 mon.smithi067 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.67:0/193365739' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-10-26T13:11:20.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:19.524064+0000 mon.smithi067 (mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:20.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:19.525017+0000 mon.smithi067 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-26T13:11:20.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:19.525686+0000 mon.smithi067 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:20.240 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:19.319722+0000 mon.smithi067 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.67:0/193365739' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-10-26T13:11:20.240 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:19.524064+0000 mon.smithi067 (mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:20.241 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:19.525017+0000 mon.smithi067 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-26T13:11:20.241 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:19.525686+0000 mon.smithi067 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:21.086 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:21.119 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:19.524778+0000 mgr.smithi067.djqliw (mgr.14182) 77 : cephadm [INF] Reconfiguring crash.smithi175 (monmap changed)... 2023-10-26T13:11:21.119 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:19.526185+0000 mgr.smithi067.djqliw (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon crash.smithi175 on smithi175 2023-10-26T13:11:21.120 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:19.765719+0000 mgr.smithi067.djqliw (mgr.14182) 79 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:21.120 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:20.451240+0000 mon.smithi067 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:21.120 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:20.452066+0000 mon.smithi067 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.ykhhxf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T13:11:21.120 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:20.452704+0000 mon.smithi067 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T13:11:21.121 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:20.453197+0000 mon.smithi067 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:21.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:19.524778+0000 mgr.smithi067.djqliw (mgr.14182) 77 : cephadm [INF] Reconfiguring crash.smithi175 (monmap changed)... 2023-10-26T13:11:21.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:19.526185+0000 mgr.smithi067.djqliw (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon crash.smithi175 on smithi175 2023-10-26T13:11:21.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:19.765719+0000 mgr.smithi067.djqliw (mgr.14182) 79 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:21.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:20.451240+0000 mon.smithi067 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:21.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:20.452066+0000 mon.smithi067 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.ykhhxf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-26T13:11:21.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:20.452704+0000 mon.smithi067 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-26T13:11:21.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:20.453197+0000 mon.smithi067 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:21.477 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi067.djqliw","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6800","nonce":1048954609},{"type":"v1","addr":"172.21.15.67:6801","nonce":1048954609}]},"active_addr":"172.21.15.67:6801/1048954609","active_change":"2023-10-26T13:09:47.748554+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi175.ykhhxf","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.67:8443/","prometheus":"http://172.21.15.67: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.67:0","nonce":1260453141}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":1090444003}]}]} 2023-10-26T13:11:21.481 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-26T13:11:21.481 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-26T13:11:21.482 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-10-26T13:11:21.759 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:22.172 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:20.451826+0000 mgr.smithi067.djqliw (mgr.14182) 80 : cephadm [INF] Reconfiguring mgr.smithi175.ykhhxf (monmap changed)... 2023-10-26T13:11:22.173 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:20.453657+0000 mgr.smithi067.djqliw (mgr.14182) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi175.ykhhxf on smithi175 2023-10-26T13:11:22.173 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:21.080275+0000 mon.smithi067 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.67:0/1051850881' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-26T13:11:22.173 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:21.336354+0000 mon.smithi067 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:22.173 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:21.337129+0000 mon.smithi067 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T13:11:22.173 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:21.337731+0000 mon.smithi067 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T13:11:22.174 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:21.338249+0000 mon.smithi067 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:22.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:20.451826+0000 mgr.smithi067.djqliw (mgr.14182) 80 : cephadm [INF] Reconfiguring mgr.smithi175.ykhhxf (monmap changed)... 2023-10-26T13:11:22.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:20.453657+0000 mgr.smithi067.djqliw (mgr.14182) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi175.ykhhxf on smithi175 2023-10-26T13:11:22.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:21.080275+0000 mon.smithi067 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.67:0/1051850881' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-26T13:11:22.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:21.336354+0000 mon.smithi067 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:22.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:21.337129+0000 mon.smithi067 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-26T13:11:22.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:21.337731+0000 mon.smithi067 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-26T13:11:22.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:21.338249+0000 mon.smithi067 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:22.893 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:22.894 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":33,"fsid":"ab97ef72-7400-11ee-8db9-212e2dc638e7","created":"2023-10-26T13:08:22.439677+0000","modified":"2023-10-26T13:11:12.109270+0000","last_up_change":"2023-10-26T13:11:10.134871+0000","last_in_change":"2023-10-26T13:10:40.396416+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":"2023-10-26T13:10:58.653037+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":"49b5353e-aa26-4461-8afb-b9adbb2564d3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6800","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6801","nonce":1945881297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6803","nonce":1945881297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6807","nonce":1945881297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6805","nonce":1945881297}]},"public_addr":"172.21.15.175:6801/1945881297","cluster_addr":"172.21.15.175:6803/1945881297","heartbeat_back_addr":"172.21.15.175:6807/1945881297","heartbeat_front_addr":"172.21.15.175:6805/1945881297","state":["exists","up"]},{"osd":1,"uuid":"b6c57294-d0b1-4ba6-b125-c31e2766eeef","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.67:6802","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6803","nonce":3853807296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6805","nonce":3853807296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6809","nonce":3853807296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6807","nonce":3853807296}]},"public_addr":"172.21.15.67:6803/3853807296","cluster_addr":"172.21.15.67:6805/3853807296","heartbeat_back_addr":"172.21.15.67:6809/3853807296","heartbeat_front_addr":"172.21.15.67:6807/3853807296","state":["exists","up"]},{"osd":2,"uuid":"1ad29f68-5383-4bd8-bb60-c1859a4476be","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.175:6808","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6809","nonce":3195326964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6811","nonce":3195326964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6815","nonce":3195326964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6813","nonce":3195326964}]},"public_addr":"172.21.15.175:6809/3195326964","cluster_addr":"172.21.15.175:6811/3195326964","heartbeat_back_addr":"172.21.15.175:6815/3195326964","heartbeat_front_addr":"172.21.15.175:6813/3195326964","state":["exists","up"]},{"osd":3,"uuid":"4ffea91b-9cdc-4011-a96b-281ddcd93807","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.67:6810","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6811","nonce":1702185000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6813","nonce":1702185000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6817","nonce":1702185000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6815","nonce":1702185000}]},"public_addr":"172.21.15.67:6811/1702185000","cluster_addr":"172.21.15.67:6813/1702185000","heartbeat_back_addr":"172.21.15.67:6817/1702185000","heartbeat_front_addr":"172.21.15.67:6815/1702185000","state":["exists","up"]},{"osd":4,"uuid":"0ae06dab-814e-48fa-a837-c4f6ba14d8fe","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.175:6816","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6817","nonce":2268726568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6819","nonce":2268726568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6823","nonce":2268726568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6821","nonce":2268726568}]},"public_addr":"172.21.15.175:6817/2268726568","cluster_addr":"172.21.15.175:6819/2268726568","heartbeat_back_addr":"172.21.15.175:6823/2268726568","heartbeat_front_addr":"172.21.15.175:6821/2268726568","state":["exists","up"]},{"osd":5,"uuid":"a1a41cef-26ce-40fb-bc53-777034addab7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6819","nonce":2757092264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6821","nonce":2757092264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6825","nonce":2757092264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6823","nonce":2757092264}]},"public_addr":"172.21.15.67:6819/2757092264","cluster_addr":"172.21.15.67:6821/2757092264","heartbeat_back_addr":"172.21.15.67:6825/2757092264","heartbeat_front_addr":"172.21.15.67:6823/2757092264","state":["exists","up"]},{"osd":6,"uuid":"48404011-43c0-48d1-ac66-bbc39074b5f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6824","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6825","nonce":660490197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6827","nonce":660490197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6831","nonce":660490197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6829","nonce":660490197}]},"public_addr":"172.21.15.175:6825/660490197","cluster_addr":"172.21.15.175:6827/660490197","heartbeat_back_addr":"172.21.15.175:6831/660490197","heartbeat_front_addr":"172.21.15.175:6829/660490197","state":["exists","up"]},{"osd":7,"uuid":"9d91ce6b-b64c-4680-a4a8-8e5e82859813","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6827","nonce":1135577003}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6829","nonce":1135577003}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6833","nonce":1135577003}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6831","nonce":1135577003}]},"public_addr":"172.21.15.67:6827/1135577003","cluster_addr":"172.21.15.67:6829/1135577003","heartbeat_back_addr":"172.21.15.67:6833/1135577003","heartbeat_front_addr":"172.21.15.67:6831/1135577003","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":"2023-10-26T13:10:52.719253+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":"2023-10-26T13:10:55.179532+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":"2023-10-26T13:10:56.367190+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":"2023-10-26T13:10:59.477019+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":"2023-10-26T13:10:59.890973+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":"2023-10-26T13:11:03.776144+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":"2023-10-26T13:11:03.726776+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":"2023-10-26T13:11:08.198565+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/2321678501":"2023-10-27T13:09:47.748438+0000","172.21.15.67:6801/700713373":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6800/700713373":"2023-10-27T13:09:11.484736+0000","172.21.15.67:0/1680046231":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6801/1183094261":"2023-10-27T13:09:47.748438+0000","172.21.15.67:0/3315162983":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6800/1183094261":"2023-10-27T13:09:47.748438+0000","172.21.15.67:6800/3444937474":"2023-10-27T13:08:44.861480+0000","172.21.15.67:0/2802012263":"2023-10-27T13:09:47.748438+0000","172.21.15.67:0/363714973":"2023-10-27T13:08:44.861480+0000","172.21.15.67:6801/3444937474":"2023-10-27T13:08:44.861480+0000","172.21.15.67:0/2426268097":"2023-10-27T13:08:44.861480+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}} 2023-10-26T13:11:23.375 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-26T13:11:23.375 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-10-26T13:11:23.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:21.336934+0000 mgr.smithi067.djqliw (mgr.14182) 82 : cephadm [INF] Reconfiguring mon.smithi175 (monmap changed)... 2023-10-26T13:11:23.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:21.338758+0000 mgr.smithi067.djqliw (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon mon.smithi175 on smithi175 2023-10-26T13:11:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:21.766002+0000 mgr.smithi067.djqliw (mgr.14182) 84 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.172205+0000 mon.smithi067 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.174933+0000 mon.smithi067 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T13:11:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.175307+0000 mgr.smithi067.djqliw (mgr.14182) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T13:11:23.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.176099+0000 mon.smithi067 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T13:11:23.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.176335+0000 mgr.smithi067.djqliw (mgr.14182) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T13:11:23.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.179905+0000 mon.smithi067 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:23.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.185002+0000 mon.smithi067 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-26T13:11:23.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.185434+0000 mgr.smithi067.djqliw (mgr.14182) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-26T13:11:23.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.188205+0000 mon.smithi067 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2023-10-26T13:11:23.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.188484+0000 mgr.smithi067.djqliw (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2023-10-26T13:11:23.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.192320+0000 mon.smithi067 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:23.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.196925+0000 mon.smithi067 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T13:11:23.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.200444+0000 mon.smithi067 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T13:11:23.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.206218+0000 mon.smithi067 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:23.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.209217+0000 mon.smithi067 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:11:23.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.892281+0000 mon.smithi067 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.67:0/3114869923' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T13:11:23.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:21.336934+0000 mgr.smithi067.djqliw (mgr.14182) 82 : cephadm [INF] Reconfiguring mon.smithi175 (monmap changed)... 2023-10-26T13:11:23.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:21.338758+0000 mgr.smithi067.djqliw (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon mon.smithi175 on smithi175 2023-10-26T13:11:23.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:21.766002+0000 mgr.smithi067.djqliw (mgr.14182) 84 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:23.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.172205+0000 mon.smithi067 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:23.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.174933+0000 mon.smithi067 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T13:11:23.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.175307+0000 mgr.smithi067.djqliw (mgr.14182) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-26T13:11:23.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.176099+0000 mon.smithi067 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T13:11:23.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.176335+0000 mgr.smithi067.djqliw (mgr.14182) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-10-26T13:11:23.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.179905+0000 mon.smithi067 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:23.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.185002+0000 mon.smithi067 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-26T13:11:23.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.185434+0000 mgr.smithi067.djqliw (mgr.14182) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-26T13:11:23.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.188205+0000 mon.smithi067 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2023-10-26T13:11:23.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.188484+0000 mgr.smithi067.djqliw (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2023-10-26T13:11:23.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.192320+0000 mon.smithi067 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:23.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.196925+0000 mon.smithi067 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T13:11:23.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.200444+0000 mon.smithi067 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T13:11:23.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.206218+0000 mon.smithi067 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:23.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.209217+0000 mon.smithi067 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:11:23.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.892281+0000 mon.smithi067 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.67:0/3114869923' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T13:11:23.824 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:24.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.197263+0000 mgr.smithi067.djqliw (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T13:11:24.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:22.200777+0000 mgr.smithi067.djqliw (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T13:11:24.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:23.429281+0000 mon.smithi067 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:24.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.197263+0000 mgr.smithi067.djqliw (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-26T13:11:24.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:22.200777+0000 mgr.smithi067.djqliw (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2023-10-26T13:11:24.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:23.429281+0000 mon.smithi067 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:25.236 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:25.236 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":33,"fsid":"ab97ef72-7400-11ee-8db9-212e2dc638e7","created":"2023-10-26T13:08:22.439677+0000","modified":"2023-10-26T13:11:12.109270+0000","last_up_change":"2023-10-26T13:11:10.134871+0000","last_in_change":"2023-10-26T13:10:40.396416+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":"2023-10-26T13:10:58.653037+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":"49b5353e-aa26-4461-8afb-b9adbb2564d3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6800","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6801","nonce":1945881297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6803","nonce":1945881297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6807","nonce":1945881297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1945881297},{"type":"v1","addr":"172.21.15.175:6805","nonce":1945881297}]},"public_addr":"172.21.15.175:6801/1945881297","cluster_addr":"172.21.15.175:6803/1945881297","heartbeat_back_addr":"172.21.15.175:6807/1945881297","heartbeat_front_addr":"172.21.15.175:6805/1945881297","state":["exists","up"]},{"osd":1,"uuid":"b6c57294-d0b1-4ba6-b125-c31e2766eeef","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.67:6802","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6803","nonce":3853807296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6805","nonce":3853807296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6809","nonce":3853807296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":3853807296},{"type":"v1","addr":"172.21.15.67:6807","nonce":3853807296}]},"public_addr":"172.21.15.67:6803/3853807296","cluster_addr":"172.21.15.67:6805/3853807296","heartbeat_back_addr":"172.21.15.67:6809/3853807296","heartbeat_front_addr":"172.21.15.67:6807/3853807296","state":["exists","up"]},{"osd":2,"uuid":"1ad29f68-5383-4bd8-bb60-c1859a4476be","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.175:6808","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6809","nonce":3195326964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6811","nonce":3195326964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6815","nonce":3195326964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":3195326964},{"type":"v1","addr":"172.21.15.175:6813","nonce":3195326964}]},"public_addr":"172.21.15.175:6809/3195326964","cluster_addr":"172.21.15.175:6811/3195326964","heartbeat_back_addr":"172.21.15.175:6815/3195326964","heartbeat_front_addr":"172.21.15.175:6813/3195326964","state":["exists","up"]},{"osd":3,"uuid":"4ffea91b-9cdc-4011-a96b-281ddcd93807","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.67:6810","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6811","nonce":1702185000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6813","nonce":1702185000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6817","nonce":1702185000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1702185000},{"type":"v1","addr":"172.21.15.67:6815","nonce":1702185000}]},"public_addr":"172.21.15.67:6811/1702185000","cluster_addr":"172.21.15.67:6813/1702185000","heartbeat_back_addr":"172.21.15.67:6817/1702185000","heartbeat_front_addr":"172.21.15.67:6815/1702185000","state":["exists","up"]},{"osd":4,"uuid":"0ae06dab-814e-48fa-a837-c4f6ba14d8fe","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.175:6816","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6817","nonce":2268726568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6819","nonce":2268726568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6823","nonce":2268726568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":2268726568},{"type":"v1","addr":"172.21.15.175:6821","nonce":2268726568}]},"public_addr":"172.21.15.175:6817/2268726568","cluster_addr":"172.21.15.175:6819/2268726568","heartbeat_back_addr":"172.21.15.175:6823/2268726568","heartbeat_front_addr":"172.21.15.175:6821/2268726568","state":["exists","up"]},{"osd":5,"uuid":"a1a41cef-26ce-40fb-bc53-777034addab7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6819","nonce":2757092264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6821","nonce":2757092264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6825","nonce":2757092264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":2757092264},{"type":"v1","addr":"172.21.15.67:6823","nonce":2757092264}]},"public_addr":"172.21.15.67:6819/2757092264","cluster_addr":"172.21.15.67:6821/2757092264","heartbeat_back_addr":"172.21.15.67:6825/2757092264","heartbeat_front_addr":"172.21.15.67:6823/2757092264","state":["exists","up"]},{"osd":6,"uuid":"48404011-43c0-48d1-ac66-bbc39074b5f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6824","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6825","nonce":660490197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6827","nonce":660490197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6831","nonce":660490197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":660490197},{"type":"v1","addr":"172.21.15.175:6829","nonce":660490197}]},"public_addr":"172.21.15.175:6825/660490197","cluster_addr":"172.21.15.175:6827/660490197","heartbeat_back_addr":"172.21.15.175:6831/660490197","heartbeat_front_addr":"172.21.15.175:6829/660490197","state":["exists","up"]},{"osd":7,"uuid":"9d91ce6b-b64c-4680-a4a8-8e5e82859813","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6827","nonce":1135577003}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6829","nonce":1135577003}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6833","nonce":1135577003}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":1135577003},{"type":"v1","addr":"172.21.15.67:6831","nonce":1135577003}]},"public_addr":"172.21.15.67:6827/1135577003","cluster_addr":"172.21.15.67:6829/1135577003","heartbeat_back_addr":"172.21.15.67:6833/1135577003","heartbeat_front_addr":"172.21.15.67:6831/1135577003","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":"2023-10-26T13:10:52.719253+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":"2023-10-26T13:10:55.179532+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":"2023-10-26T13:10:56.367190+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":"2023-10-26T13:10:59.477019+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":"2023-10-26T13:10:59.890973+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":"2023-10-26T13:11:03.776144+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":"2023-10-26T13:11:03.726776+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":"2023-10-26T13:11:08.198565+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/2321678501":"2023-10-27T13:09:47.748438+0000","172.21.15.67:6801/700713373":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6800/700713373":"2023-10-27T13:09:11.484736+0000","172.21.15.67:0/1680046231":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6801/1183094261":"2023-10-27T13:09:47.748438+0000","172.21.15.67:0/3315162983":"2023-10-27T13:09:11.484736+0000","172.21.15.67:6800/1183094261":"2023-10-27T13:09:47.748438+0000","172.21.15.67:6800/3444937474":"2023-10-27T13:08:44.861480+0000","172.21.15.67:0/2802012263":"2023-10-27T13:09:47.748438+0000","172.21.15.67:0/363714973":"2023-10-27T13:08:44.861480+0000","172.21.15.67:6801/3444937474":"2023-10-27T13:08:44.861480+0000","172.21.15.67:0/2426268097":"2023-10-27T13:08:44.861480+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}} 2023-10-26T13:11:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:23.766341+0000 mgr.smithi067.djqliw (mgr.14182) 91 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:25.560 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:23.766341+0000 mgr.smithi067.djqliw (mgr.14182) 91 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:25.768 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-26T13:11:26.081 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:26.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:25.234300+0000 mon.smithi067 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.67:0/791968321' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T13:11:26.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:25.910392+0000 mon.smithi067 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:25.933603+0000 mon.smithi067 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:26.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:25.234300+0000 mon.smithi067 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.67:0/791968321' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-26T13:11:26.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:25.910392+0000 mon.smithi067 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:26.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:25.933603+0000 mon.smithi067 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:25.766684+0000 mgr.smithi067.djqliw (mgr.14182) 92 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:25.905000+0000 mgr.smithi067.djqliw (mgr.14182) 93 : cephadm [INF] Detected new or changed devices on smithi175 2023-10-26T13:11:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:26.197211+0000 mon.smithi067 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:26.197949+0000 mon.smithi067 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:27.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:26.198574+0000 mon.smithi067 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:27.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:26.199215+0000 mon.smithi067 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:27.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:26.203735+0000 mon.smithi067 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:27.647 INFO:teuthology.orchestra.run.smithi067.stdout:68719476746 2023-10-26T13:11:27.648 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-26T13:11:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:25.766684+0000 mgr.smithi067.djqliw (mgr.14182) 92 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:25.905000+0000 mgr.smithi067.djqliw (mgr.14182) 93 : cephadm [INF] Detected new or changed devices on smithi175 2023-10-26T13:11:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:26.197211+0000 mon.smithi067 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:26.197949+0000 mon.smithi067 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:26.198574+0000 mon.smithi067 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:26.199215+0000 mon.smithi067 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:26.203735+0000 mon.smithi067 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:27.938 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:28.396 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:26.199734+0000 mgr.smithi067.djqliw (mgr.14182) 94 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 3990M 2023-10-26T13:11:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:26.199734+0000 mgr.smithi067.djqliw (mgr.14182) 94 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 3990M 2023-10-26T13:11:29.317 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:27.766995+0000 mgr.smithi067.djqliw (mgr.14182) 95 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:29.345 INFO:teuthology.orchestra.run.smithi067.stdout:81604378633 2023-10-26T13:11:29.346 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-26T13:11:29.629 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:27.766995+0000 mgr.smithi067.djqliw (mgr.14182) 95 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:30.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:29.419756+0000 mgr.smithi067.djqliw (mgr.14182) 96 : cephadm [INF] Detected new or changed devices on smithi067 2023-10-26T13:11:30.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.425201+0000 mon.smithi067 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:30.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.737147+0000 mon.smithi067 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:30.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.738519+0000 mon.smithi067 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:30.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.739223+0000 mon.smithi067 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:30.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.739956+0000 mon.smithi067 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:30.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.740593+0000 mon.smithi067 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:30.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:11:29.741081+0000 mgr.smithi067.djqliw (mgr.14182) 97 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 3222M 2023-10-26T13:11:30.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.747111+0000 mon.smithi067 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:30.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.749086+0000 mon.smithi067 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:30.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.749924+0000 mon.smithi067 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:11:30.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.754577+0000 mon.smithi067 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:30.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.758428+0000 mon.smithi067 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:11:30.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.761379+0000 mon.smithi067 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T13:11:30.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.762423+0000 mon.smithi067 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T13:11:30.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.762599+0000 mon.smithi067 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:30.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:29.763112+0000 mon.smithi067 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:30.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:29.767259+0000 mgr.smithi067.djqliw (mgr.14182) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:30.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:29.419756+0000 mgr.smithi067.djqliw (mgr.14182) 96 : cephadm [INF] Detected new or changed devices on smithi067 2023-10-26T13:11:30.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.425201+0000 mon.smithi067 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:30.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.737147+0000 mon.smithi067 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:30.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.738519+0000 mon.smithi067 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:30.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.739223+0000 mon.smithi067 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:30.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.739956+0000 mon.smithi067 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:30.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.740593+0000 mon.smithi067 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:11:30.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:11:29.741081+0000 mgr.smithi067.djqliw (mgr.14182) 97 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 3222M 2023-10-26T13:11:30.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.747111+0000 mon.smithi067 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:30.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.749086+0000 mon.smithi067 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:30.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.749924+0000 mon.smithi067 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:11:30.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.754577+0000 mon.smithi067 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:30.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.758428+0000 mon.smithi067 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:11:30.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.761379+0000 mon.smithi067 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T13:11:30.749 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.762423+0000 mon.smithi067 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-26T13:11:30.749 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.762599+0000 mon.smithi067 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:30.749 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:29.763112+0000 mon.smithi067 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:30.749 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:29.767259+0000 mgr.smithi067.djqliw (mgr.14182) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:31.320 INFO:teuthology.orchestra.run.smithi067.stdout:85899345929 2023-10-26T13:11:31.321 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-26T13:11:31.604 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:33.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:31.767586+0000 mgr.smithi067.djqliw (mgr.14182) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:33.398 INFO:teuthology.orchestra.run.smithi067.stdout:98784247817 2023-10-26T13:11:33.399 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-26T13:11:33.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:31.767586+0000 mgr.smithi067.djqliw (mgr.14182) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:33.886 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:35.362 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:33.767880+0000 mgr.smithi067.djqliw (mgr.14182) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:35.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:33.767880+0000 mgr.smithi067.djqliw (mgr.14182) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:35.679 INFO:teuthology.orchestra.run.smithi067.stdout:98784247817 2023-10-26T13:11:35.680 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-26T13:11:35.976 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:37.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:35.768162+0000 mgr.smithi067.djqliw (mgr.14182) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:37.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:35.967558+0000 mon.smithi067 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:37.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:36.896907+0000 mon.smithi067 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:37.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:36.898743+0000 mon.smithi067 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:11:37.406 INFO:teuthology.orchestra.run.smithi067.stdout:115964117000 2023-10-26T13:11:37.407 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-26T13:11:37.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:35.768162+0000 mgr.smithi067.djqliw (mgr.14182) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:37.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:35.967558+0000 mon.smithi067 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:37.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:36.896907+0000 mon.smithi067 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:37.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:36.898743+0000 mon.smithi067 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:11:37.848 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:39.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:37.768603+0000 mgr.smithi067.djqliw (mgr.14182) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:39.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:38.144101+0000 mon.smithi067 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:39.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:37.768603+0000 mgr.smithi067.djqliw (mgr.14182) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:39.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:38.144101+0000 mon.smithi067 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:39.858 INFO:teuthology.orchestra.run.smithi067.stdout:115964117001 2023-10-26T13:11:39.859 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-26T13:11:40.416 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:41.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:39.768966+0000 mgr.smithi067.djqliw (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:40.668511+0000 mon.smithi067 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:40.669380+0000 mon.smithi067 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:40.670012+0000 mon.smithi067 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:11:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:40.676487+0000 mon.smithi067 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:41.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:40.680043+0000 mon.smithi067 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:11:41.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:39.768966+0000 mgr.smithi067.djqliw (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:41.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:40.668511+0000 mon.smithi067 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:41.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:40.669380+0000 mon.smithi067 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:11:41.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:40.670012+0000 mon.smithi067 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:11:41.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:40.676487+0000 mon.smithi067 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:11:41.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:40.680043+0000 mon.smithi067 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:11:41.766 INFO:teuthology.orchestra.run.smithi067.stdout:133143986184 2023-10-26T13:11:41.767 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-26T13:11:42.042 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:43.179 INFO:teuthology.orchestra.run.smithi067.stdout:68719476749 2023-10-26T13:11:43.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:41.769263+0000 mgr.smithi067.djqliw (mgr.14182) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:43.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:41.769263+0000 mgr.smithi067.djqliw (mgr.14182) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:43.550 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2023-10-26T13:11:43.551 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-26T13:11:43.826 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:43.177911+0000 mon.smithi067 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.67:0/3467479389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-26T13:11:44.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:43.177911+0000 mon.smithi067 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.67:0/3467479389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-26T13:11:44.967 INFO:teuthology.orchestra.run.smithi067.stdout:81604378636 2023-10-26T13:11:45.331 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:43.769568+0000 mgr.smithi067.djqliw (mgr.14182) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:45.332 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:44.965762+0000 mon.smithi067 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.67:0/1782856878' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-26T13:11:45.333 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378636 for osd.1 2023-10-26T13:11:45.333 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-26T13:11:45.610 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:43.769568+0000 mgr.smithi067.djqliw (mgr.14182) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:44.965762+0000 mon.smithi067 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.67:0/1782856878' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-26T13:11:46.687 INFO:teuthology.orchestra.run.smithi067.stdout:85899345932 2023-10-26T13:11:47.066 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345932 for osd.2 2023-10-26T13:11:47.066 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-26T13:11:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:47.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:45.769870+0000 mgr.smithi067.djqliw (mgr.14182) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:47.435 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:46.686045+0000 mon.smithi067 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.67:0/1553265649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-26T13:11:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:45.769870+0000 mgr.smithi067.djqliw (mgr.14182) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:47.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:46.686045+0000 mon.smithi067 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.67:0/1553265649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-26T13:11:48.400 INFO:teuthology.orchestra.run.smithi067.stdout:98784247820 2023-10-26T13:11:48.807 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247820 for osd.3 2023-10-26T13:11:48.807 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-26T13:11:49.085 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:49.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:47.770191+0000 mgr.smithi067.djqliw (mgr.14182) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:49.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:48.399204+0000 mon.smithi067 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.67:0/1308087601' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-26T13:11:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:47.770191+0000 mgr.smithi067.djqliw (mgr.14182) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:48.399204+0000 mon.smithi067 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.67:0/1308087601' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-26T13:11:50.214 INFO:teuthology.orchestra.run.smithi067.stdout:98784247820 2023-10-26T13:11:50.566 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247820 for osd.4 2023-10-26T13:11:50.566 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-26T13:11:50.845 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:51.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:49.770682+0000 mgr.smithi067.djqliw (mgr.14182) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:51.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:50.212958+0000 mon.smithi067 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.67:0/240408070' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-26T13:11:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:49.770682+0000 mgr.smithi067.djqliw (mgr.14182) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:50.212958+0000 mon.smithi067 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.67:0/240408070' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-26T13:11:51.902 INFO:teuthology.orchestra.run.smithi067.stdout:115964117002 2023-10-26T13:11:52.257 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117000 got 115964117002 for osd.5 2023-10-26T13:11:52.258 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-26T13:11:52.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:51.900787+0000 mon.smithi067 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.67:0/535667694' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-26T13:11:52.532 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:51.900787+0000 mon.smithi067 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.67:0/535667694' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-26T13:11:53.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:51.770996+0000 mgr.smithi067.djqliw (mgr.14182) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:53.631 INFO:teuthology.orchestra.run.smithi067.stdout:115964117004 2023-10-26T13:11:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:51.770996+0000 mgr.smithi067.djqliw (mgr.14182) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:53.999 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.6 2023-10-26T13:11:53.999 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-26T13:11:54.274 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:54.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:53.629902+0000 mon.smithi067 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.67:0/1020098999' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-26T13:11:54.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:53.629902+0000 mon.smithi067 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.67:0/1020098999' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-26T13:11:55.414 INFO:teuthology.orchestra.run.smithi067.stdout:133143986186 2023-10-26T13:11:55.440 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:53.771274+0000 mgr.smithi067.djqliw (mgr.14182) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:53.771274+0000 mgr.smithi067.djqliw (mgr.14182) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:55.791 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986184 got 133143986186 for osd.7 2023-10-26T13:11:55.791 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-26T13:11:55.791 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph pg dump --format=json 2023-10-26T13:11:56.068 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:56.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:55.413075+0000 mon.smithi067 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.67:0/4211606553' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-26T13:11:56.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:55.413075+0000 mon.smithi067 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.67:0/4211606553' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-26T13:11:57.206 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:57.208 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2023-10-26T13:11:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:55.771576+0000 mgr.smithi067.djqliw (mgr.14182) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:57.581 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2023-10-26T13:11:55.771427+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":2379292,"kb_used_data":2524,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549156,"statfs":{"total":767926730752,"available":765490335744,"internally_reserved":0,"allocated":2584576,"data_stored":988602,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":33,"state":"active+clean","last_fresh":"2023-10-26T13:11:12.446722+0000","last_change":"2023-10-26T13:11:12.446722+0000","last_active":"2023-10-26T13:11:12.446722+0000","last_peered":"2023-10-26T13:11:12.446722+0000","last_clean":"2023-10-26T13:11:12.446722+0000","last_became_active":"2023-10-26T13:11:12.446345+0000","last_became_peered":"2023-10-26T13:11:12.446345+0000","last_unstale":"2023-10-26T13:11:12.446722+0000","last_undegraded":"2023-10-26T13:11:12.446722+0000","last_fullsized":"2023-10-26T13:11:12.446722+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-26T13:10:59.195772+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-26T13:10:59.195772+0000","last_clean_scrub_stamp":"2023-10-26T13:10:59.195772+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":31,"seq":133143986186,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.40899999999999997}]},{"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.313}]},{"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.46500000000000002}]},{"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.38700000000000001}]},{"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.497}]},{"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.40000000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61899999999999999}]}]},{"osd":5,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.48999999999999999}]},{"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.31900000000000001}]},{"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.46300000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36299999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52300000000000002}]},{"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.50900000000000001}]},{"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.438}]}]},{"osd":1,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.54800000000000004}]},{"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.34300000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58199999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32400000000000001}]},{"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.59699999999999998}]},{"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.41799999999999998}]}]},{"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":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.58099999999999996}]},{"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.41199999999999998}]},{"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.45100000000000001}]},{"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.49199999999999999}]},{"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.53500000000000003}]},{"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.54500000000000004}]},{"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.55700000000000005}]}]},{"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":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":122303,"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.42199999999999999}]},{"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.56899999999999995}]},{"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.624}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":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.68999999999999995}]},{"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.65000000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]}]},{"osd":3,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.40600000000000003}]},{"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.26700000000000002}]},{"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.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.41399999999999998}]},{"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.34999999999999998}]},{"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.47799999999999998}]},{"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.39500000000000002}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.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.43099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36599999999999999}]},{"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.39800000000000002}]},{"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.58599999999999997}]},{"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.52400000000000002}]},{"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.56399999999999995}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.441}]},{"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.48499999999999999}]},{"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.51000000000000001}]},{"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.55800000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57299999999999995}]},{"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.71099999999999997}]},{"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.67600000000000005}]}]}],"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}]}} 2023-10-26T13:11:57.582 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph pg dump --format=json 2023-10-26T13:11:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:55.771576+0000 mgr.smithi067.djqliw (mgr.14182) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:57.856 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:58.938 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:11:58.940 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2023-10-26T13:11:59.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:57.204033+0000 mgr.smithi067.djqliw (mgr.14182) 112 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:11:59.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:11:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:57.771847+0000 mgr.smithi067.djqliw (mgr.14182) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:11:59.322 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":87,"stamp":"2023-10-26T13:11:57.771720+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":2379292,"kb_used_data":2524,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549156,"statfs":{"total":767926730752,"available":765490335744,"internally_reserved":0,"allocated":2584576,"data_stored":988602,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":33,"state":"active+clean","last_fresh":"2023-10-26T13:11:12.446722+0000","last_change":"2023-10-26T13:11:12.446722+0000","last_active":"2023-10-26T13:11:12.446722+0000","last_peered":"2023-10-26T13:11:12.446722+0000","last_clean":"2023-10-26T13:11:12.446722+0000","last_became_active":"2023-10-26T13:11:12.446345+0000","last_became_peered":"2023-10-26T13:11:12.446345+0000","last_unstale":"2023-10-26T13:11:12.446722+0000","last_undegraded":"2023-10-26T13:11:12.446722+0000","last_fullsized":"2023-10-26T13:11:12.446722+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-26T13:10:59.195772+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-26T13:10:59.195772+0000","last_clean_scrub_stamp":"2023-10-26T13:10:59.195772+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":31,"seq":133143986187,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.58499999999999996}]},{"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.39000000000000001}]},{"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.625}]},{"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.318}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65800000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42899999999999999}]},{"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.63700000000000001}]}]},{"osd":5,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.55300000000000005}]},{"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.32200000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47199999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"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.52900000000000003}]},{"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.54800000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]}]},{"osd":1,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.54800000000000004}]},{"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.34300000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58199999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32400000000000001}]},{"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.59699999999999998}]},{"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.41799999999999998}]}]},{"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":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.58099999999999996}]},{"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.41199999999999998}]},{"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.45100000000000001}]},{"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.49199999999999999}]},{"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.53500000000000003}]},{"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.54500000000000004}]},{"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.55700000000000005}]}]},{"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":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":122303,"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.42199999999999999}]},{"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.56899999999999995}]},{"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.624}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":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.68999999999999995}]},{"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.65000000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]}]},{"osd":3,"up_from":23,"seq":98784247822,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.432}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28100000000000003}]},{"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.52100000000000002}]},{"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.441}]},{"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.40899999999999997}]},{"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.48199999999999998}]},{"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.46700000000000003}]}]},{"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":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.35899999999999999}]},{"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.44600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47199999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"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.51800000000000002}]},{"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.57599999999999996}]},{"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.61199999999999999}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"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.441}]},{"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.48499999999999999}]},{"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.51000000000000001}]},{"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.55800000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57299999999999995}]},{"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.71099999999999997}]},{"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.67600000000000005}]}]}],"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}]}} 2023-10-26T13:11:59.323 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-26T13:11:59.323 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-26T13:11:59.324 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-26T13:11:59.324 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph health --format=json 2023-10-26T13:11:59.599 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/mon.smithi067/config 2023-10-26T13:11:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:57.204033+0000 mgr.smithi067.djqliw (mgr.14182) 112 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:11:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:11:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:57.771847+0000 mgr.smithi067.djqliw (mgr.14182) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:00.335 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:11:58.935819+0000 mgr.smithi067.djqliw (mgr.14182) 114 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:00.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:11:58.935819+0000 mgr.smithi067.djqliw (mgr.14182) 114 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:00.754 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:01.107 INFO:teuthology.orchestra.run.smithi067.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-26T13:12:01.107 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-26T13:12:01.108 INFO:tasks.cephadm:Setup complete, yielding 2023-10-26T13:12:01.108 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-26T13:12:01.119 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-10-26T13:12:01.120 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-26T13:12:01.441 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:11:59.772119+0000 mgr.smithi067.djqliw (mgr.14182) 115 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:01.441 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:00.753252+0000 mon.smithi067 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.67:0/4214120415' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-26T13:12:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:11:59.772119+0000 mgr.smithi067.djqliw (mgr.14182) 115 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:00.753252+0000 mon.smithi067 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.67:0/4214120415' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-26T13:12:02.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:01.772392+0000 mgr.smithi067.djqliw (mgr.14182) 116 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:02.487 INFO:teuthology.orchestra.run.smithi067.stdout:Backend: cephadm 2023-10-26T13:12:02.487 INFO:teuthology.orchestra.run.smithi067.stdout:Available: Yes 2023-10-26T13:12:02.487 INFO:teuthology.orchestra.run.smithi067.stdout:Paused: No 2023-10-26T13:12:02.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:01.772392+0000 mgr.smithi067.djqliw (mgr.14182) 116 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:02.864 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-26T13:12:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:02.485763+0000 mgr.smithi067.djqliw (mgr.14182) 117 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:02.485763+0000 mgr.smithi067.djqliw (mgr.14182) 117 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:04.185 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-26T13:12:04.185 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 *:9093,9094 running (52s) 23s ago 2m 16.6M - 0.23.0 ba2b418f427c 9292bd852efa 2023-10-26T13:12:04.185 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (2m) 23s ago 2m 7285k - 16.2.14-106-gf2ece71a 905f4094f1b9 c5948ae16a90 2023-10-26T13:12:04.185 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi175 smithi175 running (2m) 26s ago 119s 7411k - 16.2.14-106-gf2ece71a 905f4094f1b9 0565dae1de54 2023-10-26T13:12:04.186 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 *:3000 running (48s) 23s ago 2m 46.4M - 8.3.5 dad864ee21e9 c327c4e47735 2023-10-26T13:12:04.186 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.djqliw smithi067 *:9283 running (3m) 23s ago 3m 448M - 16.2.14-106-gf2ece71a 905f4094f1b9 c83a712d5d04 2023-10-26T13:12:04.186 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi175.ykhhxf smithi175 *:8443,9283 running (118s) 26s ago 118s 394M - 16.2.14-106-gf2ece71a 905f4094f1b9 f6d1846abb78 2023-10-26T13:12:04.186 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (3m) 23s ago 3m 72.6M 2048M 16.2.14-106-gf2ece71a 905f4094f1b9 480feae2ceda 2023-10-26T13:12:04.186 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi175 smithi175 running (113s) 26s ago 113s 64.3M 2048M 16.2.14-106-gf2ece71a 905f4094f1b9 7678311535c1 2023-10-26T13:12:04.187 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 *:9100 running (2m) 23s ago 2m 22.4M - 1.3.1 1dbe0e931976 c26484f81024 2023-10-26T13:12:04.187 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi175 smithi175 *:9100 running (100s) 26s ago 100s 21.6M - 1.3.1 1dbe0e931976 ca332f42e58b 2023-10-26T13:12:04.187 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi175 running (75s) 26s ago 75s 37.6M 3990M 16.2.14-106-gf2ece71a 905f4094f1b9 46135a3414f0 2023-10-26T13:12:04.187 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (73s) 23s ago 73s 35.8M 3222M 16.2.14-106-gf2ece71a 905f4094f1b9 89e7d8992ce1 2023-10-26T13:12:04.187 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi175 running (72s) 26s ago 72s 31.4M 3990M 16.2.14-106-gf2ece71a 905f4094f1b9 3c4eed42b33d 2023-10-26T13:12:04.188 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (69s) 23s ago 68s 34.2M 3222M 16.2.14-106-gf2ece71a 905f4094f1b9 623be3006f2b 2023-10-26T13:12:04.188 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi175 running (68s) 26s ago 68s 31.8M 3990M 16.2.14-106-gf2ece71a 905f4094f1b9 dd30d62ad112 2023-10-26T13:12:04.188 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi067 running (64s) 23s ago 64s 32.7M 3222M 16.2.14-106-gf2ece71a 905f4094f1b9 65085c5b5de9 2023-10-26T13:12:04.188 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi175 running (65s) 26s ago 64s 32.7M 3990M 16.2.14-106-gf2ece71a 905f4094f1b9 cbdc9892af6c 2023-10-26T13:12:04.188 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi067 running (60s) 23s ago 60s 33.1M 3222M 16.2.14-106-gf2ece71a 905f4094f1b9 6fb10540eff6 2023-10-26T13:12:04.189 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 *:9095 running (44s) 23s ago 2m 45.1M - 2.33.4 514e6a882f6e 621723a7861e 2023-10-26T13:12:04.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:03.772747+0000 mgr.smithi067.djqliw (mgr.14182) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:04.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:04.175497+0000 mgr.smithi067.djqliw (mgr.14182) 119 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:04.580 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-26T13:12:04.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:03.772747+0000 mgr.smithi067.djqliw (mgr.14182) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:04.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:04.175497+0000 mgr.smithi067.djqliw (mgr.14182) 119 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:05.956 INFO:teuthology.orchestra.run.smithi067.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-26T13:12:05.957 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager ?:9093,9094 1/1 25s ago 3m count:1 2023-10-26T13:12:05.957 INFO:teuthology.orchestra.run.smithi067.stdout:crash 2/2 27s ago 3m * 2023-10-26T13:12:05.957 INFO:teuthology.orchestra.run.smithi067.stdout:grafana ?:3000 1/1 25s ago 3m count:1 2023-10-26T13:12:05.957 INFO:teuthology.orchestra.run.smithi067.stdout:mgr 2/2 27s ago 3m count:2 2023-10-26T13:12:05.957 INFO:teuthology.orchestra.run.smithi067.stdout:mon 2/2 27s ago 2m smithi067:172.21.15.67=smithi067;smithi175:172.21.15.175=smithi175;count:2 2023-10-26T13:12:05.958 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter ?:9100 2/2 27s ago 3m * 2023-10-26T13:12:05.958 INFO:teuthology.orchestra.run.smithi067.stdout:osd.all-available-devices 8 27s ago 100s * 2023-10-26T13:12:05.958 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus ?:9095 1/1 25s ago 3m count:1 2023-10-26T13:12:06.315 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-26T13:12:07.300 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:05.773019+0000 mgr.smithi067.djqliw (mgr.14182) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:07.300 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:05.951473+0000 mgr.smithi067.djqliw (mgr.14182) 121 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:07.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:05.773019+0000 mgr.smithi067.djqliw (mgr.14182) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:07.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:05.951473+0000 mgr.smithi067.djqliw (mgr.14182) 121 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:07.670 INFO:teuthology.orchestra.run.smithi067.stdout:HOST ADDR LABELS STATUS 2023-10-26T13:12:07.670 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 172.21.15.67 2023-10-26T13:12:07.670 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 172.21.15.175 2023-10-26T13:12:07.670 INFO:teuthology.orchestra.run.smithi067.stdout:2 hosts in cluster 2023-10-26T13:12:08.086 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-26T13:12:09.361 INFO:teuthology.orchestra.run.smithi067.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-26T13:12:09.362 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT53440042400BGN 372G 39s ago LVM detected, locked 2023-10-26T13:12:09.362 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme1n1 ssd Linux_a00e845936067cac3520 89.4G 39s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:09.362 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme2n1 ssd Linux_ce6cb1ea19032503330c 89.4G 39s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:09.362 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme3n1 ssd Linux_32719205d959df59ff94 89.4G 39s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:09.363 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme4n1 ssd Linux_75915d5c3a791a0892dd 89.4G 39s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:09.363 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300M0400BGN 372G 43s ago LVM detected, locked 2023-10-26T13:12:09.363 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme1n1 ssd Linux_276d9953a339b624e3bd 89.4G 43s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:09.363 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme2n1 ssd Linux_05a98c2d9441176bd2b7 89.4G 43s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:09.363 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme3n1 ssd Linux_ba06c09e3dc72d37e096 89.4G 43s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:09.364 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme4n1 ssd Linux_b38e4ea9196a5bfe7fe6 89.4G 43s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:09.382 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:07.668305+0000 mgr.smithi067.djqliw (mgr.14182) 122 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:09.382 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:07.773384+0000 mgr.smithi067.djqliw (mgr.14182) 123 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:09.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:07.668305+0000 mgr.smithi067.djqliw (mgr.14182) 122 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:09.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:07.773384+0000 mgr.smithi067.djqliw (mgr.14182) 123 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:09.788 INFO:teuthology.run_tasks:Running task vip... 2023-10-26T13:12:09.800 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-26T13:12:09.801 INFO:tasks.vip:peername 172.21.15.67 2023-10-26T13:12:09.805 INFO:tasks.vip:172.21.15.67 in 172.21.0.0/20, pos 3906 2023-10-26T13:12:09.809 INFO:tasks.vip:smithi067.front.sepia.ceph.com static 10.0.15.67, vnet 10.0.0.0/16 2023-10-26T13:12:09.809 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-26T13:12:09.810 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip route ls 2023-10-26T13:12:09.840 INFO:teuthology.orchestra.run.smithi067.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2023-10-26T13:12:09.840 INFO:teuthology.orchestra.run.smithi067.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 metric 100 2023-10-26T13:12:09.841 INFO:tasks.vip:Configuring 10.0.15.67 on smithi067.front.sepia.ceph.com iface enp3s0f1... 2023-10-26T13:12:09.842 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr add 10.0.15.67/16 dev enp3s0f1 2023-10-26T13:12:09.911 INFO:tasks.vip:peername 172.21.15.175 2023-10-26T13:12:09.913 INFO:tasks.vip:172.21.15.175 in 172.21.0.0/20, pos 4014 2023-10-26T13:12:09.917 INFO:tasks.vip:smithi175.front.sepia.ceph.com static 10.0.15.175, vnet 10.0.0.0/16 2023-10-26T13:12:09.918 DEBUG:teuthology.orchestra.run.smithi175:> sudo ip route ls 2023-10-26T13:12:09.955 INFO:teuthology.orchestra.run.smithi175.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.175 metric 100 2023-10-26T13:12:09.956 INFO:teuthology.orchestra.run.smithi175.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.175 metric 100 2023-10-26T13:12:09.957 INFO:tasks.vip:Configuring 10.0.15.175 on smithi175.front.sepia.ceph.com iface enp3s0f1... 2023-10-26T13:12:09.957 DEBUG:teuthology.orchestra.run.smithi175:> sudo ip addr add 10.0.15.175/16 dev enp3s0f1 2023-10-26T13:12:10.030 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-26T13:12:10.039 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-10-26T13:12:10.039 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-26T13:12:11.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:09.358220+0000 mgr.smithi067.djqliw (mgr.14182) 124 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:11.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:09.773709+0000 mgr.smithi067.djqliw (mgr.14182) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:11.341 INFO:teuthology.orchestra.run.smithi067.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-26T13:12:11.342 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT53440042400BGN 372G 41s ago LVM detected, locked 2023-10-26T13:12:11.342 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme1n1 ssd Linux_a00e845936067cac3520 89.4G 41s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:11.342 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme2n1 ssd Linux_ce6cb1ea19032503330c 89.4G 41s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:11.342 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme3n1 ssd Linux_32719205d959df59ff94 89.4G 41s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:11.342 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme4n1 ssd Linux_75915d5c3a791a0892dd 89.4G 41s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:11.343 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300M0400BGN 372G 45s ago LVM detected, locked 2023-10-26T13:12:11.343 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme1n1 ssd Linux_276d9953a339b624e3bd 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:11.343 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme2n1 ssd Linux_05a98c2d9441176bd2b7 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:11.343 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme3n1 ssd Linux_ba06c09e3dc72d37e096 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:11.343 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme4n1 ssd Linux_b38e4ea9196a5bfe7fe6 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-10-26T13:12:11.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:09.358220+0000 mgr.smithi067.djqliw (mgr.14182) 124 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:11.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:09.773709+0000 mgr.smithi067.djqliw (mgr.14182) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:11.741 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-26T13:12:11.750 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-10-26T13:12:11.751 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-26T13:12:11.784 INFO:teuthology.orchestra.run.smithi067.stderr:+ systemctl stop nfs-server 2023-10-26T13:12:11.793 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi175.front.sepia.ceph.com 2023-10-26T13:12:11.793 DEBUG:teuthology.orchestra.run.smithi175:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-26T13:12:11.821 INFO:teuthology.orchestra.run.smithi175.stderr:+ systemctl stop nfs-server 2023-10-26T13:12:11.827 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-26T13:12:11.836 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-10-26T13:12:11.837 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-26T13:12:12.317 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:11.358398+0000 mon.smithi067 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:12:12.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:11.358398+0000 mon.smithi067 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:12:13.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:11.338716+0000 mgr.smithi067.djqliw (mgr.14182) 126 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:13.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:11.774016+0000 mgr.smithi067.djqliw (mgr.14182) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:13.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:12.644130+0000 mon.smithi067 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:13.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:11.338716+0000 mgr.smithi067.djqliw (mgr.14182) 126 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:13.371 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:11.774016+0000 mgr.smithi067.djqliw (mgr.14182) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:13.371 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:12.644130+0000 mon.smithi067 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:14.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:13.503607+0000 mon.smithi067 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-26T13:12:14.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:13.503607+0000 mon.smithi067 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-26T13:12:15.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:13.502976+0000 mgr.smithi067.djqliw (mgr.14182) 128 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:15.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:13.774282+0000 mgr.smithi067.djqliw (mgr.14182) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:15.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:14.142650+0000 mon.smithi067 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-26T13:12:15.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:14.142718+0000 mon.smithi067 (mon.0) 566 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-10-26T13:12:15.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:14.143644+0000 mon.smithi067 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-26T13:12:15.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:14.593940+0000 mon.smithi067 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:15.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:15.128788+0000 mon.smithi067 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:15.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:12:15.154+0000 7fa2782b2700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-26T13:12:15.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:13.502976+0000 mgr.smithi067.djqliw (mgr.14182) 128 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:15.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:13.774282+0000 mgr.smithi067.djqliw (mgr.14182) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:15.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:14.142650+0000 mon.smithi067 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-26T13:12:15.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:14.142718+0000 mon.smithi067 (mon.0) 566 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-10-26T13:12:15.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:14.143644+0000 mon.smithi067 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-26T13:12:15.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:14.593940+0000 mon.smithi067 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:15.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:15.128788+0000 mon.smithi067 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:15.726 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.67/16 --port 2999' 2023-10-26T13:12:16.400 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:15.150040+0000 mon.smithi067 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-26T13:12:16.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:15.150279+0000 mon.smithi067 (mon.0) 571 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-10-26T13:12:16.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:15.154745+0000 mon.smithi067 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-26T13:12:16.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:15.155501+0000 mon.smithi067 (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-26T13:12:16.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:15.155530+0000 mon.smithi067 (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-26T13:12:16.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:15.175799+0000 mon.smithi067 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-10-26T13:12:16.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:15.175889+0000 mon.smithi067 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-26T13:12:16.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:15.177029+0000 mon.smithi067 (mon.0) 577 : cluster [DBG] fsmap foofs:0 2023-10-26T13:12:16.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:15.179423+0000 mgr.smithi067.djqliw (mgr.14182) 130 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-10-26T13:12:16.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:15.183439+0000 mon.smithi067 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:16.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:15.150040+0000 mon.smithi067 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-26T13:12:16.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:15.150279+0000 mon.smithi067 (mon.0) 571 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-10-26T13:12:16.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:15.154745+0000 mon.smithi067 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-26T13:12:16.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:15.155501+0000 mon.smithi067 (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-26T13:12:16.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:15.155530+0000 mon.smithi067 (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-26T13:12:16.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:15.175799+0000 mon.smithi067 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-10-26T13:12:16.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:15.175889+0000 mon.smithi067 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-26T13:12:16.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:15.177029+0000 mon.smithi067 (mon.0) 577 : cluster [DBG] fsmap foofs:0 2023-10-26T13:12:16.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:15.179423+0000 mgr.smithi067.djqliw (mgr.14182) 130 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-10-26T13:12:16.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:15.183439+0000 mon.smithi067 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:17.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:15.774615+0000 mgr.smithi067.djqliw (mgr.14182) 131 : cluster [DBG] pgmap v99: 65 pgs: 3 creating+activating, 6 creating+peering, 5 active+clean, 51 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:17.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:16.176758+0000 mon.smithi067 (mon.0) 579 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-10-26T13:12:17.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:15.774615+0000 mgr.smithi067.djqliw (mgr.14182) 131 : cluster [DBG] pgmap v99: 65 pgs: 3 creating+activating, 6 creating+peering, 5 active+clean, 51 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:17.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:16.176758+0000 mon.smithi067 (mon.0) 579 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-10-26T13:12:18.644 INFO:teuthology.orchestra.run.smithi067.stdout:NFS Cluster Created Successfully 2023-10-26T13:12:18.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.149115+0000 mgr.smithi067.djqliw (mgr.14182) 132 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.67/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:18.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.150426+0000 mon.smithi067 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-10-26T13:12:18.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.596473+0000 mon.smithi067 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-10-26T13:12:18.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:17.596535+0000 mon.smithi067 (mon.0) 582 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-10-26T13:12:18.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.596765+0000 mon.smithi067 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:18.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.597927+0000 mon.smithi067 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:18.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.598333+0000 mon.smithi067 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-26T13:12:18.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.599076+0000 mon.smithi067 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:12:18.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.607603+0000 mon.smithi067 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:18.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.611284+0000 mon.smithi067 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:12:18.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.618353+0000 mon.smithi067 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:18.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.619009+0000 mon.smithi067 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.jluyyg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-26T13:12:18.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.622761+0000 mon.smithi067 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.jluyyg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-26T13:12:18.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.623282+0000 mon.smithi067 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:18.916 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:17.623770+0000 mgr.smithi067.djqliw (mgr.14182) 133 : cephadm [INF] Deploying daemon mds.foofs.smithi175.jluyyg on smithi175 2023-10-26T13:12:18.916 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:17.774962+0000 mgr.smithi067.djqliw (mgr.14182) 134 : cluster [DBG] pgmap v102: 97 pgs: 3 creating+activating, 10 creating+peering, 39 active+clean, 45 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:18.916 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:17.904458+0000 mon.smithi067 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:18.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.149115+0000 mgr.smithi067.djqliw (mgr.14182) 132 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.67/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:18.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.150426+0000 mon.smithi067 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-10-26T13:12:18.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.596473+0000 mon.smithi067 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-10-26T13:12:18.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:17.596535+0000 mon.smithi067 (mon.0) 582 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-10-26T13:12:18.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.596765+0000 mon.smithi067 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:18.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.597927+0000 mon.smithi067 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:18.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.598333+0000 mon.smithi067 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-26T13:12:18.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.599076+0000 mon.smithi067 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:12:18.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.607603+0000 mon.smithi067 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:18.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.611284+0000 mon.smithi067 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:12:18.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.618353+0000 mon.smithi067 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:18.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.619009+0000 mon.smithi067 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.jluyyg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-26T13:12:18.922 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.622761+0000 mon.smithi067 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.jluyyg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-26T13:12:18.922 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.623282+0000 mon.smithi067 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:18.922 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:17.623770+0000 mgr.smithi067.djqliw (mgr.14182) 133 : cephadm [INF] Deploying daemon mds.foofs.smithi175.jluyyg on smithi175 2023-10-26T13:12:18.922 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:17.774962+0000 mgr.smithi067.djqliw (mgr.14182) 134 : cluster [DBG] pgmap v102: 97 pgs: 3 creating+activating, 10 creating+peering, 39 active+clean, 45 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:18.922 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:17.904458+0000 mon.smithi067 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:19.007 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-10-26T13:12:19.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:18.605233+0000 mon.smithi067 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-26T13:12:19.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:18.605462+0000 mon.smithi067 (mon.0) 595 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-10-26T13:12:19.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:18.633309+0000 mgr.smithi067.djqliw (mgr.14182) 135 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-10-26T13:12:19.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:18.636135+0000 mon.smithi067 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:19.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:18.637327+0000 mgr.smithi067.djqliw (mgr.14182) 136 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-10-26T13:12:19.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:18.641994+0000 mon.smithi067 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:19.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:19.225101+0000 mon.smithi067 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:19.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:19.226414+0000 mon.smithi067 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.dyzhts", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-26T13:12:19.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:19.230442+0000 mon.smithi067 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.dyzhts", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-26T13:12:19.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:19.231177+0000 mon.smithi067 (mon.0) 601 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:19.954 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:18.605233+0000 mon.smithi067 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-26T13:12:19.955 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:18.605462+0000 mon.smithi067 (mon.0) 595 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-10-26T13:12:19.955 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:18.633309+0000 mgr.smithi067.djqliw (mgr.14182) 135 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-10-26T13:12:19.955 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:18.636135+0000 mon.smithi067 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:19.955 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:18.637327+0000 mgr.smithi067.djqliw (mgr.14182) 136 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-10-26T13:12:19.956 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:18.641994+0000 mon.smithi067 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:19.956 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:19.225101+0000 mon.smithi067 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:19.956 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:19.226414+0000 mon.smithi067 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.dyzhts", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-26T13:12:19.956 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:19.230442+0000 mon.smithi067 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.dyzhts", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-26T13:12:19.956 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:19.231177+0000 mon.smithi067 (mon.0) 601 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:20.670 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-10-26T13:12:20.671 INFO:teuthology.orchestra.run.smithi067.stdout: "bind": "/fake", 2023-10-26T13:12:20.671 INFO:teuthology.orchestra.run.smithi067.stdout: "fs": "foofs", 2023-10-26T13:12:20.671 INFO:teuthology.orchestra.run.smithi067.stdout: "path": "/", 2023-10-26T13:12:20.671 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster": "foo", 2023-10-26T13:12:20.672 INFO:teuthology.orchestra.run.smithi067.stdout: "mode": "RW" 2023-10-26T13:12:20.672 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-10-26T13:12:20.863 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:19.231754+0000 mgr.smithi067.djqliw (mgr.14182) 137 : cephadm [INF] Deploying daemon mds.foofs.smithi067.dyzhts on smithi067 2023-10-26T13:12:20.864 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.606697+0000 mon.smithi067 (mon.0) 602 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-10-26T13:12:20.864 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.644132+0000 mon.smithi067 (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.175:6832/2632140389,v1:172.21.15.175:6833/2632140389] up:boot 2023-10-26T13:12:20.864 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.644195+0000 mon.smithi067 (mon.0) 604 : cluster [INF] daemon mds.foofs.smithi175.jluyyg assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-26T13:12:20.864 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.644269+0000 mon.smithi067 (mon.0) 605 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-26T13:12:20.864 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.644298+0000 mon.smithi067 (mon.0) 606 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-26T13:12:20.865 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.644321+0000 mon.smithi067 (mon.0) 607 : cluster [INF] Cluster is now healthy 2023-10-26T13:12:20.865 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.645051+0000 mon.smithi067 (mon.0) 608 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-10-26T13:12:20.865 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:19.645178+0000 mon.smithi067 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.jluyyg"}]: dispatch 2023-10-26T13:12:20.865 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.648006+0000 mon.smithi067 (mon.0) 610 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi175.jluyyg=up:creating} 2023-10-26T13:12:20.865 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.660951+0000 mon.smithi067 (mon.0) 611 : cluster [INF] daemon mds.foofs.smithi175.jluyyg is now active in filesystem foofs as rank 0 2023-10-26T13:12:20.866 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:19.775259+0000 mgr.smithi067.djqliw (mgr.14182) 138 : cluster [DBG] pgmap v105: 97 pgs: 3 creating+activating, 18 creating+peering, 49 active+clean, 27 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:20.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:19.231754+0000 mgr.smithi067.djqliw (mgr.14182) 137 : cephadm [INF] Deploying daemon mds.foofs.smithi067.dyzhts on smithi067 2023-10-26T13:12:20.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.606697+0000 mon.smithi067 (mon.0) 602 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-10-26T13:12:20.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.644132+0000 mon.smithi067 (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.175:6832/2632140389,v1:172.21.15.175:6833/2632140389] up:boot 2023-10-26T13:12:20.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.644195+0000 mon.smithi067 (mon.0) 604 : cluster [INF] daemon mds.foofs.smithi175.jluyyg assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-26T13:12:20.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.644269+0000 mon.smithi067 (mon.0) 605 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-26T13:12:20.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.644298+0000 mon.smithi067 (mon.0) 606 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-26T13:12:20.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.644321+0000 mon.smithi067 (mon.0) 607 : cluster [INF] Cluster is now healthy 2023-10-26T13:12:20.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.645051+0000 mon.smithi067 (mon.0) 608 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-10-26T13:12:20.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:19.645178+0000 mon.smithi067 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.jluyyg"}]: dispatch 2023-10-26T13:12:20.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.648006+0000 mon.smithi067 (mon.0) 610 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi175.jluyyg=up:creating} 2023-10-26T13:12:20.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.660951+0000 mon.smithi067 (mon.0) 611 : cluster [INF] daemon mds.foofs.smithi175.jluyyg is now active in filesystem foofs as rank 0 2023-10-26T13:12:20.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:19.775259+0000 mgr.smithi067.djqliw (mgr.14182) 138 : cluster [DBG] pgmap v105: 97 pgs: 3 creating+activating, 18 creating+peering, 49 active+clean, 27 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:21.019 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-26T13:12:21.030 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-26T13:12:21.031 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:21.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:20.618195+0000 mgr.smithi067.djqliw (mgr.14182) 139 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:21.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:20.657714+0000 mon.smithi067 (mon.0) 612 : cluster [DBG] mds.? [v2:172.21.15.175:6832/2632140389,v1:172.21.15.175:6833/2632140389] up:active 2023-10-26T13:12:21.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:20.657780+0000 mon.smithi067 (mon.0) 613 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi175.jluyyg=up:active} 2023-10-26T13:12:21.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:20.658163+0000 mon.smithi067 (mon.0) 614 : cluster [DBG] mgrmap e19: smithi067.djqliw(active, since 2m), standbys: smithi175.ykhhxf 2023-10-26T13:12:21.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:20.659902+0000 mon.smithi067 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 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 2023-10-26T13:12:21.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:20.664219+0000 mon.smithi067 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 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 2023-10-26T13:12:21.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:21.369146+0000 mon.smithi067 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:21.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:21.370330+0000 mon.smithi067 (mon.0) 618 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:12:21.925 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:20.618195+0000 mgr.smithi067.djqliw (mgr.14182) 139 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-26T13:12:21.925 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:20.657714+0000 mon.smithi067 (mon.0) 612 : cluster [DBG] mds.? [v2:172.21.15.175:6832/2632140389,v1:172.21.15.175:6833/2632140389] up:active 2023-10-26T13:12:21.925 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:20.657780+0000 mon.smithi067 (mon.0) 613 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi175.jluyyg=up:active} 2023-10-26T13:12:21.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:20.658163+0000 mon.smithi067 (mon.0) 614 : cluster [DBG] mgrmap e19: smithi067.djqliw(active, since 2m), standbys: smithi175.ykhhxf 2023-10-26T13:12:21.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:20.659902+0000 mon.smithi067 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 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 2023-10-26T13:12:21.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:20.664219+0000 mon.smithi067 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 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 2023-10-26T13:12:21.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:21.369146+0000 mon.smithi067 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:21.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:21.370330+0000 mon.smithi067 (mon.0) 618 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:12:22.575 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:22.576 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:14.426096Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:12.638496Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:14.426233Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:12.638656Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:12.638735Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:12.638804Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:12.638872Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:14.426363Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:23.104 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:23.303 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:21.775863+0000 mgr.smithi067.djqliw (mgr.14182) 140 : cluster [DBG] pgmap v106: 97 pgs: 8 creating+peering, 89 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:23.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:22.129933+0000 mon.smithi067 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.67:6834/3403036254,v1:172.21.15.67:6835/3403036254] up:boot 2023-10-26T13:12:23.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:22.130191+0000 mon.smithi067 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi175.jluyyg=up:active} 1 up:standby 2023-10-26T13:12:23.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:22.130280+0000 mon.smithi067 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.dyzhts"}]: dispatch 2023-10-26T13:12:23.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:22.135258+0000 mon.smithi067 (mon.0) 622 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi175.jluyyg=up:active} 1 up:standby 2023-10-26T13:12:23.304 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:22.705957+0000 mon.smithi067 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:23.305 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:22.949953+0000 mon.smithi067 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:23.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:21.775863+0000 mgr.smithi067.djqliw (mgr.14182) 140 : cluster [DBG] pgmap v106: 97 pgs: 8 creating+peering, 89 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-26T13:12:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:22.129933+0000 mon.smithi067 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.67:6834/3403036254,v1:172.21.15.67:6835/3403036254] up:boot 2023-10-26T13:12:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:22.130191+0000 mon.smithi067 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi175.jluyyg=up:active} 1 up:standby 2023-10-26T13:12:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:22.130280+0000 mon.smithi067 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.dyzhts"}]: dispatch 2023-10-26T13:12:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:22.135258+0000 mon.smithi067 (mon.0) 622 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi175.jluyyg=up:active} 1 up:standby 2023-10-26T13:12:23.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:22.705957+0000 mon.smithi067 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:23.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:22.949953+0000 mon.smithi067 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:24.105 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:24.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:22.571007+0000 mgr.smithi067.djqliw (mgr.14182) 141 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:24.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:23.142631+0000 mon.smithi067 (mon.0) 625 : cluster [DBG] mgrmap e20: smithi067.djqliw(active, since 2m), standbys: smithi175.ykhhxf 2023-10-26T13:12:24.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:22.571007+0000 mgr.smithi067.djqliw (mgr.14182) 141 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:24.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:23.142631+0000 mon.smithi067 (mon.0) 625 : cluster [DBG] mgrmap e20: smithi067.djqliw(active, since 2m), standbys: smithi175.ykhhxf 2023-10-26T13:12:25.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:23.776255+0000 mgr.smithi067.djqliw (mgr.14182) 142 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 7 op/s 2023-10-26T13:12:25.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.355275+0000 mon.smithi067 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:25.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.356245+0000 mon.smithi067 (mon.0) 627 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:25.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.356929+0000 mon.smithi067 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:12:25.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.361717+0000 mon.smithi067 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:25.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.366261+0000 mon.smithi067 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:12:25.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.373861+0000 mon.smithi067 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:25.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.391570+0000 mon.smithi067 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.pqtntc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-26T13:12:25.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.394908+0000 mon.smithi067 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.pqtntc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-26T13:12:25.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.395587+0000 mon.smithi067 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-26T13:12:25.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.398157+0000 mon.smithi067 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-26T13:12:25.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.399419+0000 mon.smithi067 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:25.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.441800+0000 mon.smithi067 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-26T13:12:25.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.445035+0000 mon.smithi067 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-26T13:12:25.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.494366+0000 mon.smithi067 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.pqtntc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-26T13:12:25.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.497700+0000 mon.smithi067 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.pqtntc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-26T13:12:25.416 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:24.501293+0000 mon.smithi067 (mon.0) 641 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:25.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:23.776255+0000 mgr.smithi067.djqliw (mgr.14182) 142 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 7 op/s 2023-10-26T13:12:25.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.355275+0000 mon.smithi067 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:25.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.356245+0000 mon.smithi067 (mon.0) 627 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:25.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.356929+0000 mon.smithi067 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:12:25.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.361717+0000 mon.smithi067 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:25.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.366261+0000 mon.smithi067 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:12:25.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.373861+0000 mon.smithi067 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:25.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.391570+0000 mon.smithi067 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.pqtntc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-26T13:12:25.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.394908+0000 mon.smithi067 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.pqtntc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-26T13:12:25.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.395587+0000 mon.smithi067 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-26T13:12:25.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.398157+0000 mon.smithi067 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-26T13:12:25.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.399419+0000 mon.smithi067 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:25.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.441800+0000 mon.smithi067 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-26T13:12:25.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.445035+0000 mon.smithi067 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-26T13:12:25.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.494366+0000 mon.smithi067 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.pqtntc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-26T13:12:25.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.497700+0000 mon.smithi067 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.pqtntc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-26T13:12:25.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:24.501293+0000 mon.smithi067 (mon.0) 641 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:12:25.603 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:25.604 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:26.098 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:26.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:24.391258+0000 mgr.smithi067.djqliw (mgr.14182) 143 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.pqtntc 2023-10-26T13:12:26.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:24.395363+0000 mgr.smithi067.djqliw (mgr.14182) 144 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-26T13:12:26.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:24.493900+0000 mgr.smithi067.djqliw (mgr.14182) 145 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-26T13:12:26.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:24.494002+0000 mgr.smithi067.djqliw (mgr.14182) 146 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.pqtntc-rgw 2023-10-26T13:12:26.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:24.502098+0000 mgr.smithi067.djqliw (mgr.14182) 147 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi067.pqtntc on smithi067 2023-10-26T13:12:26.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:24.391258+0000 mgr.smithi067.djqliw (mgr.14182) 143 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.pqtntc 2023-10-26T13:12:26.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:24.395363+0000 mgr.smithi067.djqliw (mgr.14182) 144 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-26T13:12:26.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:24.493900+0000 mgr.smithi067.djqliw (mgr.14182) 145 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-26T13:12:26.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:24.494002+0000 mgr.smithi067.djqliw (mgr.14182) 146 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.pqtntc-rgw 2023-10-26T13:12:26.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:24.502098+0000 mgr.smithi067.djqliw (mgr.14182) 147 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi067.pqtntc on smithi067 2023-10-26T13:12:27.099 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:27.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:25.597427+0000 mgr.smithi067.djqliw (mgr.14182) 148 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:27.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:25.776733+0000 mgr.smithi067.djqliw (mgr.14182) 149 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1023 B/s wr, 5 op/s 2023-10-26T13:12:27.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:26.660677+0000 mon.smithi067 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:27.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:26.665900+0000 mon.smithi067 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:27.439 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:25.597427+0000 mgr.smithi067.djqliw (mgr.14182) 148 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:27.439 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:25.776733+0000 mgr.smithi067.djqliw (mgr.14182) 149 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1023 B/s wr, 5 op/s 2023-10-26T13:12:27.439 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:26.660677+0000 mon.smithi067 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:27.440 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:26.665900+0000 mon.smithi067 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:28.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:12:26.673411+0000 mgr.smithi067.djqliw (mgr.14182) 150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.zhzjas on smithi175 2023-10-26T13:12:28.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:27.956866+0000 mon.smithi067 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:28.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:12:26.673411+0000 mgr.smithi067.djqliw (mgr.14182) 150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.zhzjas on smithi175 2023-10-26T13:12:28.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:27.956866+0000 mon.smithi067 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:28.555 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:28.555 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:28.878 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:29.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:27.777424+0000 mgr.smithi067.djqliw (mgr.14182) 151 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 3 op/s 2023-10-26T13:12:29.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:27.777424+0000 mgr.smithi067.djqliw (mgr.14182) 151 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 3 op/s 2023-10-26T13:12:29.880 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:30.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:28.550813+0000 mgr.smithi067.djqliw (mgr.14182) 152 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:30.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:28.550813+0000 mgr.smithi067.djqliw (mgr.14182) 152 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:31.248 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:31.248 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:31.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:29.777933+0000 mgr.smithi067.djqliw (mgr.14182) 153 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 2 op/s 2023-10-26T13:12:31.661 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:29.777933+0000 mgr.smithi067.djqliw (mgr.14182) 153 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 2 op/s 2023-10-26T13:12:32.662 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:33.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:31.243564+0000 mgr.smithi067.djqliw (mgr.14182) 154 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:33.406 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:31.778547+0000 mgr.smithi067.djqliw (mgr.14182) 155 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-10-26T13:12:33.406 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:32.905131+0000 mon.smithi067 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:31.243564+0000 mgr.smithi067.djqliw (mgr.14182) 154 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:31.778547+0000 mgr.smithi067.djqliw (mgr.14182) 155 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-10-26T13:12:33.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:32.905131+0000 mon.smithi067 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:12:34.065 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:34.065 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:34.443 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:35.445 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:35.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:33.778901+0000 mgr.smithi067.djqliw (mgr.14182) 156 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-10-26T13:12:35.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:34.060466+0000 mgr.smithi067.djqliw (mgr.14182) 157 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:33.778901+0000 mgr.smithi067.djqliw (mgr.14182) 156 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-10-26T13:12:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:34.060466+0000 mgr.smithi067.djqliw (mgr.14182) 157 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:36.775 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:36.775 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:37.151 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:35.779389+0000 mgr.smithi067.djqliw (mgr.14182) 158 : cluster [DBG] pgmap v113: 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 2023-10-26T13:12:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:35.779389+0000 mgr.smithi067.djqliw (mgr.14182) 158 : cluster [DBG] pgmap v113: 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 2023-10-26T13:12:38.153 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:38.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:36.769746+0000 mgr.smithi067.djqliw (mgr.14182) 159 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:36.769746+0000 mgr.smithi067.djqliw (mgr.14182) 159 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:39.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:37.779991+0000 mgr.smithi067.djqliw (mgr.14182) 160 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-10-26T13:12:39.516 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:39.517 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:37.779991+0000 mgr.smithi067.djqliw (mgr.14182) 160 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-10-26T13:12:39.901 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:40.902 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:41.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:39.512232+0000 mgr.smithi067.djqliw (mgr.14182) 161 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:41.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:39.780517+0000 mgr.smithi067.djqliw (mgr.14182) 162 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-10-26T13:12:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:39.512232+0000 mgr.smithi067.djqliw (mgr.14182) 161 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:39.780517+0000 mgr.smithi067.djqliw (mgr.14182) 162 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-10-26T13:12:42.333 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:42.334 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:42.717 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:43.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:41.781222+0000 mgr.smithi067.djqliw (mgr.14182) 163 : 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, 767 B/s wr, 1 op/s 2023-10-26T13:12:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:41.781222+0000 mgr.smithi067.djqliw (mgr.14182) 163 : 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, 767 B/s wr, 1 op/s 2023-10-26T13:12:43.719 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:44.379 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:42.328632+0000 mgr.smithi067.djqliw (mgr.14182) 164 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:44.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:42.328632+0000 mgr.smithi067.djqliw (mgr.14182) 164 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:45.064 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:45.064 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:45.390 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:43.781658+0000 mgr.smithi067.djqliw (mgr.14182) 165 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:45.442 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:43.781658+0000 mgr.smithi067.djqliw (mgr.14182) 165 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:46.443 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:46.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:45.059363+0000 mgr.smithi067.djqliw (mgr.14182) 166 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:46.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:45.059363+0000 mgr.smithi067.djqliw (mgr.14182) 166 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:47.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:45.782279+0000 mgr.smithi067.djqliw (mgr.14182) 167 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:45.782279+0000 mgr.smithi067.djqliw (mgr.14182) 167 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:47.845 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:47.845 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:48.209 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:49.210 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:49.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:47.782686+0000 mgr.smithi067.djqliw (mgr.14182) 168 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:49.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:47.840680+0000 mgr.smithi067.djqliw (mgr.14182) 169 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:47.782686+0000 mgr.smithi067.djqliw (mgr.14182) 168 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:49.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:47.840680+0000 mgr.smithi067.djqliw (mgr.14182) 169 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:50.589 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:50.589 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:50.975 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:51.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:49.783046+0000 mgr.smithi067.djqliw (mgr.14182) 170 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:49.783046+0000 mgr.smithi067.djqliw (mgr.14182) 170 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:51.977 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:52.327 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:50.584413+0000 mgr.smithi067.djqliw (mgr.14182) 171 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:50.584413+0000 mgr.smithi067.djqliw (mgr.14182) 171 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:53.363 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:53.363 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:53.384 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:51.783606+0000 mgr.smithi067.djqliw (mgr.14182) 172 : cluster [DBG] pgmap v121: 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 2023-10-26T13:12:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:51.783606+0000 mgr.smithi067.djqliw (mgr.14182) 172 : cluster [DBG] pgmap v121: 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 2023-10-26T13:12:53.758 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:54.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:53.358291+0000 mgr.smithi067.djqliw (mgr.14182) 173 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:54.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:53.784047+0000 mgr.smithi067.djqliw (mgr.14182) 174 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:54.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:53.358291+0000 mgr.smithi067.djqliw (mgr.14182) 173 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:54.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:53.784047+0000 mgr.smithi067.djqliw (mgr.14182) 174 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:12:54.760 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:56.209 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:56.209 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:56.591 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:57.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:55.784691+0000 mgr.smithi067.djqliw (mgr.14182) 175 : 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 2023-10-26T13:12:57.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:56.203437+0000 mgr.smithi067.djqliw (mgr.14182) 176 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:55.784691+0000 mgr.smithi067.djqliw (mgr.14182) 175 : 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 2023-10-26T13:12:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:56.203437+0000 mgr.smithi067.djqliw (mgr.14182) 176 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:12:57.592 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:12:58.934 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:12:58.935 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:12:59.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:12:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:57.785300+0000 mgr.smithi067.djqliw (mgr.14182) 177 : 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 2023-10-26T13:12:59.307 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:12:59.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:12:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:57.785300+0000 mgr.smithi067.djqliw (mgr.14182) 177 : 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 2023-10-26T13:13:00.308 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:00.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:12:58.929647+0000 mgr.smithi067.djqliw (mgr.14182) 178 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:00.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:12:58.929647+0000 mgr.smithi067.djqliw (mgr.14182) 178 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:01.354 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:12:59.785722+0000 mgr.smithi067.djqliw (mgr.14182) 179 : 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 2023-10-26T13:13:01.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:12:59.785722+0000 mgr.smithi067.djqliw (mgr.14182) 179 : 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 2023-10-26T13:13:01.727 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:01.727 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:02.140 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:03.141 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:03.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:01.723024+0000 mgr.smithi067.djqliw (mgr.14182) 180 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:03.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:01.786290+0000 mgr.smithi067.djqliw (mgr.14182) 181 : cluster [DBG] pgmap v126: 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 2023-10-26T13:13:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:01.723024+0000 mgr.smithi067.djqliw (mgr.14182) 180 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:01.786290+0000 mgr.smithi067.djqliw (mgr.14182) 181 : cluster [DBG] pgmap v126: 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 2023-10-26T13:13:04.549 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:04.550 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:04.931 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:05.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:03.786707+0000 mgr.smithi067.djqliw (mgr.14182) 182 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:05.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:03.786707+0000 mgr.smithi067.djqliw (mgr.14182) 182 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:05.932 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:06.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:04.544829+0000 mgr.smithi067.djqliw (mgr.14182) 183 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:06.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:04.544829+0000 mgr.smithi067.djqliw (mgr.14182) 183 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:07.296 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:07.296 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:07.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:05.787145+0000 mgr.smithi067.djqliw (mgr.14182) 184 : 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 2023-10-26T13:13:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:05.787145+0000 mgr.smithi067.djqliw (mgr.14182) 184 : 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 2023-10-26T13:13:07.673 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:08.674 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:09.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:07.290766+0000 mgr.smithi067.djqliw (mgr.14182) 185 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:09.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:07.787588+0000 mgr.smithi067.djqliw (mgr.14182) 186 : 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 2023-10-26T13:13:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:07.290766+0000 mgr.smithi067.djqliw (mgr.14182) 185 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:07.787588+0000 mgr.smithi067.djqliw (mgr.14182) 186 : 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 2023-10-26T13:13:10.095 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:10.095 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:10.465 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:11.466 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:11.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:09.787967+0000 mgr.smithi067.djqliw (mgr.14182) 187 : 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 2023-10-26T13:13:11.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:10.090414+0000 mgr.smithi067.djqliw (mgr.14182) 188 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:11.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:09.787967+0000 mgr.smithi067.djqliw (mgr.14182) 187 : 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 2023-10-26T13:13:11.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:10.090414+0000 mgr.smithi067.djqliw (mgr.14182) 188 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:12.943 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:12.944 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:13.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:11.788484+0000 mgr.smithi067.djqliw (mgr.14182) 189 : cluster [DBG] pgmap v131: 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 2023-10-26T13:13:13.305 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:11.788484+0000 mgr.smithi067.djqliw (mgr.14182) 189 : cluster [DBG] pgmap v131: 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 2023-10-26T13:13:14.307 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:14.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:12.938989+0000 mgr.smithi067.djqliw (mgr.14182) 190 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:14.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:12.938989+0000 mgr.smithi067.djqliw (mgr.14182) 190 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:15.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:13.788883+0000 mgr.smithi067.djqliw (mgr.14182) 191 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:15.643 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:15.643 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:13.788883+0000 mgr.smithi067.djqliw (mgr.14182) 191 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:16.004 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:17.005 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:17.340 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:15.637978+0000 mgr.smithi067.djqliw (mgr.14182) 192 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:17.340 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:15.789275+0000 mgr.smithi067.djqliw (mgr.14182) 193 : 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 2023-10-26T13:13:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:15.637978+0000 mgr.smithi067.djqliw (mgr.14182) 192 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:15.789275+0000 mgr.smithi067.djqliw (mgr.14182) 193 : 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 2023-10-26T13:13:18.415 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:18.415 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:18.814 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:19.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:17.789757+0000 mgr.smithi067.djqliw (mgr.14182) 194 : 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 2023-10-26T13:13:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:17.789757+0000 mgr.smithi067.djqliw (mgr.14182) 194 : 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 2023-10-26T13:13:19.815 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:20.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:18.410427+0000 mgr.smithi067.djqliw (mgr.14182) 195 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:20.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:18.410427+0000 mgr.smithi067.djqliw (mgr.14182) 195 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:21.238 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:21.238 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:21.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:19.790303+0000 mgr.smithi067.djqliw (mgr.14182) 196 : 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 2023-10-26T13:13:21.612 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:21.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:19.790303+0000 mgr.smithi067.djqliw (mgr.14182) 196 : 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 2023-10-26T13:13:22.614 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:23.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:21.232511+0000 mgr.smithi067.djqliw (mgr.14182) 197 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:23.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:21.790819+0000 mgr.smithi067.djqliw (mgr.14182) 198 : cluster [DBG] pgmap v136: 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 2023-10-26T13:13:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:21.232511+0000 mgr.smithi067.djqliw (mgr.14182) 197 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:21.790819+0000 mgr.smithi067.djqliw (mgr.14182) 198 : cluster [DBG] pgmap v136: 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 2023-10-26T13:13:23.927 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:23.927 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:24.329 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:25.330 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:23.791179+0000 mgr.smithi067.djqliw (mgr.14182) 199 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:23.922650+0000 mgr.smithi067.djqliw (mgr.14182) 200 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:23.791179+0000 mgr.smithi067.djqliw (mgr.14182) 199 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:23.922650+0000 mgr.smithi067.djqliw (mgr.14182) 200 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:26.711 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:26.711 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:27.071 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:25.791755+0000 mgr.smithi067.djqliw (mgr.14182) 201 : 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 2023-10-26T13:13:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:25.791755+0000 mgr.smithi067.djqliw (mgr.14182) 201 : 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 2023-10-26T13:13:28.073 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:28.422 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:26.706253+0000 mgr.smithi067.djqliw (mgr.14182) 202 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:26.706253+0000 mgr.smithi067.djqliw (mgr.14182) 202 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:29.459 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:29.459 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:29.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:27.792414+0000 mgr.smithi067.djqliw (mgr.14182) 203 : 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 2023-10-26T13:13:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:27.792414+0000 mgr.smithi067.djqliw (mgr.14182) 203 : 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 2023-10-26T13:13:29.823 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:30.824 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:31.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:29.454237+0000 mgr.smithi067.djqliw (mgr.14182) 204 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:31.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:29.792890+0000 mgr.smithi067.djqliw (mgr.14182) 205 : 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 2023-10-26T13:13:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:29.454237+0000 mgr.smithi067.djqliw (mgr.14182) 204 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:31.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:29.792890+0000 mgr.smithi067.djqliw (mgr.14182) 205 : 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 2023-10-26T13:13:32.190 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:32.190 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:32.569 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:31.793899+0000 mgr.smithi067.djqliw (mgr.14182) 206 : cluster [DBG] pgmap v141: 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 2023-10-26T13:13:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:32.184504+0000 mgr.smithi067.djqliw (mgr.14182) 207 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:33.570 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:31.793899+0000 mgr.smithi067.djqliw (mgr.14182) 206 : cluster [DBG] pgmap v141: 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 2023-10-26T13:13:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:32.184504+0000 mgr.smithi067.djqliw (mgr.14182) 207 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:33.794284+0000 mgr.smithi067.djqliw (mgr.14182) 208 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:34.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:33.794284+0000 mgr.smithi067.djqliw (mgr.14182) 208 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:34.861 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:34.862 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:35.287 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:35.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:34.856804+0000 mgr.smithi067.djqliw (mgr.14182) 209 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:34.856804+0000 mgr.smithi067.djqliw (mgr.14182) 209 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:36.288 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:37.357 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:35.794815+0000 mgr.smithi067.djqliw (mgr.14182) 210 : 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 2023-10-26T13:13:37.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:35.794815+0000 mgr.smithi067.djqliw (mgr.14182) 210 : 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 2023-10-26T13:13:37.709 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:37.709 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:38.118 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:39.119 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:39.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:37.704644+0000 mgr.smithi067.djqliw (mgr.14182) 211 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:39.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:37.795229+0000 mgr.smithi067.djqliw (mgr.14182) 212 : 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 2023-10-26T13:13:39.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:37.704644+0000 mgr.smithi067.djqliw (mgr.14182) 211 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:39.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:37.795229+0000 mgr.smithi067.djqliw (mgr.14182) 212 : 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 2023-10-26T13:13:40.466 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:40.466 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:40.835 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:41.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:39.795591+0000 mgr.smithi067.djqliw (mgr.14182) 213 : 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 2023-10-26T13:13:41.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:39.795591+0000 mgr.smithi067.djqliw (mgr.14182) 213 : 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 2023-10-26T13:13:41.837 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:42.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:40.461298+0000 mgr.smithi067.djqliw (mgr.14182) 214 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:42.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:40.461298+0000 mgr.smithi067.djqliw (mgr.14182) 214 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:43.190 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:43.190 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:43.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:41.796328+0000 mgr.smithi067.djqliw (mgr.14182) 215 : cluster [DBG] pgmap v146: 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 2023-10-26T13:13:43.467 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:41.796328+0000 mgr.smithi067.djqliw (mgr.14182) 215 : cluster [DBG] pgmap v146: 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 2023-10-26T13:13:43.552 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:44.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:43.184840+0000 mgr.smithi067.djqliw (mgr.14182) 216 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:44.554 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:44.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:43.184840+0000 mgr.smithi067.djqliw (mgr.14182) 216 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:45.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:43.796863+0000 mgr.smithi067.djqliw (mgr.14182) 217 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:43.796863+0000 mgr.smithi067.djqliw (mgr.14182) 217 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:13:45.894 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:45.895 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:46.267 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:47.268 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:47.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:45.797263+0000 mgr.smithi067.djqliw (mgr.14182) 218 : 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 2023-10-26T13:13:47.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:45.889770+0000 mgr.smithi067.djqliw (mgr.14182) 219 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:45.797263+0000 mgr.smithi067.djqliw (mgr.14182) 218 : 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 2023-10-26T13:13:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:45.889770+0000 mgr.smithi067.djqliw (mgr.14182) 219 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:48.669 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:48.670 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:49.034 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:49.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:47.797721+0000 mgr.smithi067.djqliw (mgr.14182) 220 : 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 2023-10-26T13:13:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:47.797721+0000 mgr.smithi067.djqliw (mgr.14182) 220 : 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 2023-10-26T13:13:50.035 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:50.360 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:48.664822+0000 mgr.smithi067.djqliw (mgr.14182) 221 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:50.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:48.664822+0000 mgr.smithi067.djqliw (mgr.14182) 221 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:51.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:49.798275+0000 mgr.smithi067.djqliw (mgr.14182) 222 : 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 2023-10-26T13:13:51.368 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:51.368 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:49.798275+0000 mgr.smithi067.djqliw (mgr.14182) 222 : 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 2023-10-26T13:13:51.742 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:52.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:51.187197+0000 mon.smithi067 (mon.0) 646 : cluster [DBG] mgrmap e21: smithi067.djqliw(active, since 4m), standbys: smithi175.ykhhxf 2023-10-26T13:13:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:51.187197+0000 mon.smithi067 (mon.0) 646 : cluster [DBG] mgrmap e21: smithi067.djqliw(active, since 4m), standbys: smithi175.ykhhxf 2023-10-26T13:13:52.744 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:53.430 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:51.363742+0000 mgr.smithi067.djqliw (mgr.14182) 223 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:53.430 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:51.799003+0000 mgr.smithi067.djqliw (mgr.14182) 224 : cluster [DBG] pgmap v151: 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 2023-10-26T13:13:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:51.363742+0000 mgr.smithi067.djqliw (mgr.14182) 223 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:51.799003+0000 mgr.smithi067.djqliw (mgr.14182) 224 : cluster [DBG] pgmap v151: 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 2023-10-26T13:13:54.120 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:54.120 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:54.551 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:55.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:53.799453+0000 mgr.smithi067.djqliw (mgr.14182) 225 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-26T13:13:55.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:54.115222+0000 mgr.smithi067.djqliw (mgr.14182) 226 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:55.552 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:53.799453+0000 mgr.smithi067.djqliw (mgr.14182) 225 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-26T13:13:55.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:54.115222+0000 mgr.smithi067.djqliw (mgr.14182) 226 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:56.918 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:56.918 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:57.276 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:13:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:55.799951+0000 mgr.smithi067.djqliw (mgr.14182) 227 : cluster [DBG] pgmap v153: 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 2023-10-26T13:13:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:55.799951+0000 mgr.smithi067.djqliw (mgr.14182) 227 : cluster [DBG] pgmap v153: 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 2023-10-26T13:13:58.277 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:13:58.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:56.912881+0000 mgr.smithi067.djqliw (mgr.14182) 228 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:58.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:56.912881+0000 mgr.smithi067.djqliw (mgr.14182) 228 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:13:59.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:13:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:57.800693+0000 mgr.smithi067.djqliw (mgr.14182) 229 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-26T13:13:59.612 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:13:59.612 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:13:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:13:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:57.800693+0000 mgr.smithi067.djqliw (mgr.14182) 229 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-26T13:14:00.024 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:01.025 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:01.386 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:13:59.607480+0000 mgr.smithi067.djqliw (mgr.14182) 230 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:01.386 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:13:59.801147+0000 mgr.smithi067.djqliw (mgr.14182) 231 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-26T13:14:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:13:59.607480+0000 mgr.smithi067.djqliw (mgr.14182) 230 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:13:59.801147+0000 mgr.smithi067.djqliw (mgr.14182) 231 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-26T13:14:02.407 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:02.407 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:02.605 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:01.801659+0000 mgr.smithi067.djqliw (mgr.14182) 232 : cluster [DBG] pgmap v156: 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 2023-10-26T13:14:02.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:01.801659+0000 mgr.smithi067.djqliw (mgr.14182) 232 : cluster [DBG] pgmap v156: 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 2023-10-26T13:14:02.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:02.402194+0000 mgr.smithi067.djqliw (mgr.14182) 233 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:03.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:02.402194+0000 mgr.smithi067.djqliw (mgr.14182) 233 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:03.776 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:04.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:03.802068+0000 mgr.smithi067.djqliw (mgr.14182) 234 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:04.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:03.802068+0000 mgr.smithi067.djqliw (mgr.14182) 234 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:05.157 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:05.157 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:05.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:05.151941+0000 mgr.smithi067.djqliw (mgr.14182) 235 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:05.515 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:05.151941+0000 mgr.smithi067.djqliw (mgr.14182) 235 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:06.517 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:07.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:05.802542+0000 mgr.smithi067.djqliw (mgr.14182) 236 : 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, 0 op/s 2023-10-26T13:14:07.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:05.802542+0000 mgr.smithi067.djqliw (mgr.14182) 236 : 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, 0 op/s 2023-10-26T13:14:07.884 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:07.884 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:08.258 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:09.259 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:09.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:07.802979+0000 mgr.smithi067.djqliw (mgr.14182) 237 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:09.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:07.879176+0000 mgr.smithi067.djqliw (mgr.14182) 238 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:09.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:07.802979+0000 mgr.smithi067.djqliw (mgr.14182) 237 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:09.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:07.879176+0000 mgr.smithi067.djqliw (mgr.14182) 238 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:10.612 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:10.613 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:10.989 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:11.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:09.803342+0000 mgr.smithi067.djqliw (mgr.14182) 239 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:11.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:09.803342+0000 mgr.smithi067.djqliw (mgr.14182) 239 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:11.991 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:12.334 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:10.607823+0000 mgr.smithi067.djqliw (mgr.14182) 240 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:12.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:10.607823+0000 mgr.smithi067.djqliw (mgr.14182) 240 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:13.395 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:13.395 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:13.421 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:11.804119+0000 mgr.smithi067.djqliw (mgr.14182) 241 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:11.804119+0000 mgr.smithi067.djqliw (mgr.14182) 241 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:13.798 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:14.799 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:15.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:13.390509+0000 mgr.smithi067.djqliw (mgr.14182) 242 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:15.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:13.804549+0000 mgr.smithi067.djqliw (mgr.14182) 243 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:13.390509+0000 mgr.smithi067.djqliw (mgr.14182) 242 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:13.804549+0000 mgr.smithi067.djqliw (mgr.14182) 243 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:16.212 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:16.212 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:16.581 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:17.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:15.805002+0000 mgr.smithi067.djqliw (mgr.14182) 244 : 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 2023-10-26T13:14:17.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:16.207167+0000 mgr.smithi067.djqliw (mgr.14182) 245 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:17.583 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:15.805002+0000 mgr.smithi067.djqliw (mgr.14182) 244 : 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 2023-10-26T13:14:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:16.207167+0000 mgr.smithi067.djqliw (mgr.14182) 245 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:18.888 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:18.888 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:19.280 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:19.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:17.805465+0000 mgr.smithi067.djqliw (mgr.14182) 246 : 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 2023-10-26T13:14:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:17.805465+0000 mgr.smithi067.djqliw (mgr.14182) 246 : 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 2023-10-26T13:14:20.281 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:20.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:18.883292+0000 mgr.smithi067.djqliw (mgr.14182) 247 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:20.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:18.883292+0000 mgr.smithi067.djqliw (mgr.14182) 247 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:21.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:19.805995+0000 mgr.smithi067.djqliw (mgr.14182) 248 : 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 2023-10-26T13:14:21.564 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:21.564 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:21.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:19.805995+0000 mgr.smithi067.djqliw (mgr.14182) 248 : 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 2023-10-26T13:14:21.930 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:22.931 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:23.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:21.559790+0000 mgr.smithi067.djqliw (mgr.14182) 249 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:23.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:21.806759+0000 mgr.smithi067.djqliw (mgr.14182) 250 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:21.559790+0000 mgr.smithi067.djqliw (mgr.14182) 249 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:23.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:21.806759+0000 mgr.smithi067.djqliw (mgr.14182) 250 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:24.290 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:24.291 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:24.646 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:23.807104+0000 mgr.smithi067.djqliw (mgr.14182) 251 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:25.647 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:23.807104+0000 mgr.smithi067.djqliw (mgr.14182) 251 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:26.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:24.285678+0000 mgr.smithi067.djqliw (mgr.14182) 252 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:26.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:24.285678+0000 mgr.smithi067.djqliw (mgr.14182) 252 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:27.025 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:27.025 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:27.327 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:25.807597+0000 mgr.smithi067.djqliw (mgr.14182) 253 : 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 2023-10-26T13:14:27.380 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:25.807597+0000 mgr.smithi067.djqliw (mgr.14182) 253 : 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 2023-10-26T13:14:28.381 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:28.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:27.020128+0000 mgr.smithi067.djqliw (mgr.14182) 254 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:27.020128+0000 mgr.smithi067.djqliw (mgr.14182) 254 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:29.359 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:27.808147+0000 mgr.smithi067.djqliw (mgr.14182) 255 : 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 2023-10-26T13:14:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:27.808147+0000 mgr.smithi067.djqliw (mgr.14182) 255 : 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 2023-10-26T13:14:29.730 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:29.731 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:30.097 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:31.099 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:31.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:29.725954+0000 mgr.smithi067.djqliw (mgr.14182) 256 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:31.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:29.808512+0000 mgr.smithi067.djqliw (mgr.14182) 257 : 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 2023-10-26T13:14:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:29.725954+0000 mgr.smithi067.djqliw (mgr.14182) 256 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:29.808512+0000 mgr.smithi067.djqliw (mgr.14182) 257 : 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 2023-10-26T13:14:32.482 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:32.483 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:32.845 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:31.809018+0000 mgr.smithi067.djqliw (mgr.14182) 258 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:31.809018+0000 mgr.smithi067.djqliw (mgr.14182) 258 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:33.846 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:34.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:32.477689+0000 mgr.smithi067.djqliw (mgr.14182) 259 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:34.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:32.477689+0000 mgr.smithi067.djqliw (mgr.14182) 259 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:35.205 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:35.206 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:35.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:33.809591+0000 mgr.smithi067.djqliw (mgr.14182) 260 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:35.579 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:33.809591+0000 mgr.smithi067.djqliw (mgr.14182) 260 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:36.580 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:36.615 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:35.200721+0000 mgr.smithi067.djqliw (mgr.14182) 261 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:36.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:35.200721+0000 mgr.smithi067.djqliw (mgr.14182) 261 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:35.810168+0000 mgr.smithi067.djqliw (mgr.14182) 262 : 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 2023-10-26T13:14:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:35.810168+0000 mgr.smithi067.djqliw (mgr.14182) 262 : 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 2023-10-26T13:14:37.935 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:37.936 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:38.363 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:37.810702+0000 mgr.smithi067.djqliw (mgr.14182) 263 : 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 2023-10-26T13:14:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:37.930787+0000 mgr.smithi067.djqliw (mgr.14182) 264 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:38.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:37.810702+0000 mgr.smithi067.djqliw (mgr.14182) 263 : 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 2023-10-26T13:14:38.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:37.930787+0000 mgr.smithi067.djqliw (mgr.14182) 264 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:39.364 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:40.749 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:40.750 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:39.811114+0000 mgr.smithi067.djqliw (mgr.14182) 265 : 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 2023-10-26T13:14:41.154 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:41.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:39.811114+0000 mgr.smithi067.djqliw (mgr.14182) 265 : 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 2023-10-26T13:14:42.155 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:42.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:40.744653+0000 mgr.smithi067.djqliw (mgr.14182) 266 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:42.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:40.744653+0000 mgr.smithi067.djqliw (mgr.14182) 266 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:43.458 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:41.811848+0000 mgr.smithi067.djqliw (mgr.14182) 267 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:43.522 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:43.523 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:41.811848+0000 mgr.smithi067.djqliw (mgr.14182) 267 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:43.894 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:44.895 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:45.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:43.518278+0000 mgr.smithi067.djqliw (mgr.14182) 268 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:45.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:43.812261+0000 mgr.smithi067.djqliw (mgr.14182) 269 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:43.518278+0000 mgr.smithi067.djqliw (mgr.14182) 268 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:43.812261+0000 mgr.smithi067.djqliw (mgr.14182) 269 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:46.210 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:46.210 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:46.602 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:47.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:45.812881+0000 mgr.smithi067.djqliw (mgr.14182) 270 : 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 2023-10-26T13:14:47.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:46.205157+0000 mgr.smithi067.djqliw (mgr.14182) 271 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:47.603 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:45.812881+0000 mgr.smithi067.djqliw (mgr.14182) 270 : 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 2023-10-26T13:14:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:46.205157+0000 mgr.smithi067.djqliw (mgr.14182) 271 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:49.010 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:49.011 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:49.325 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:47.813338+0000 mgr.smithi067.djqliw (mgr.14182) 272 : 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 2023-10-26T13:14:49.377 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:47.813338+0000 mgr.smithi067.djqliw (mgr.14182) 272 : 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 2023-10-26T13:14:50.378 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:50.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:49.006008+0000 mgr.smithi067.djqliw (mgr.14182) 273 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:50.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:49.006008+0000 mgr.smithi067.djqliw (mgr.14182) 273 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:51.315 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:49.814087+0000 mgr.smithi067.djqliw (mgr.14182) 274 : 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 2023-10-26T13:14:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:49.814087+0000 mgr.smithi067.djqliw (mgr.14182) 274 : 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 2023-10-26T13:14:51.664 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:51.664 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:52.070 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:53.071 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:53.428 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:51.659516+0000 mgr.smithi067.djqliw (mgr.14182) 275 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:53.429 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:51.814741+0000 mgr.smithi067.djqliw (mgr.14182) 276 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:51.659516+0000 mgr.smithi067.djqliw (mgr.14182) 275 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:53.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:51.814741+0000 mgr.smithi067.djqliw (mgr.14182) 276 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:14:54.385 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:54.385 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:54.760 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:55.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:53.815279+0000 mgr.smithi067.djqliw (mgr.14182) 277 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:53.815279+0000 mgr.smithi067.djqliw (mgr.14182) 277 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:14:55.761 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:56.430 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:54.380226+0000 mgr.smithi067.djqliw (mgr.14182) 278 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:56.430 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:55.810961+0000 mon.smithi067 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.zhzjas"}]: dispatch 2023-10-26T13:14:56.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:54.380226+0000 mgr.smithi067.djqliw (mgr.14182) 278 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:56.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:55.810961+0000 mon.smithi067 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.zhzjas"}]: dispatch 2023-10-26T13:14:57.141 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:57.141 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:14:57.450 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:14:55.810351+0000 mgr.smithi067.djqliw (mgr.14182) 279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.450 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.zhzjas ... 2023-10-26T13:14:57.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:14:57.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:13:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:13:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:14:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:14:57.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Traceback (most recent call last): 2023-10-26T13:14:57.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:14:57.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: yield (conn, connr) 2023-10-26T13:14:57.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:14:57.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: code, '\n'.join(err))) 2023-10-26T13:14:57.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.zhzjas ... 2023-10-26T13:14:57.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:14:57.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:13:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:13:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:14:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:14:57.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:14:55.810541+0000 mgr.smithi067.djqliw (mgr.14182) 280 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:14:55.811794+0000 mgr.smithi067.djqliw (mgr.14182) 281 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.zhzjas ... 2023-10-26T13:14:57.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.458 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:14:57.458 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:13:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.458 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:13:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.458 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:14:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.458 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:14:57.459 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.459 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:14:55.813428+0000 mgr.smithi067.djqliw (mgr.14182) 282 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.dasjqu on smithi067 2023-10-26T13:14:57.459 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:55.815695+0000 mgr.smithi067.djqliw (mgr.14182) 283 : 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 2023-10-26T13:14:57.501 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:14:57.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:14:55.810351+0000 mgr.smithi067.djqliw (mgr.14182) 279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.zhzjas ... 2023-10-26T13:14:57.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:14:57.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:13:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:13:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:14:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:14:57.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Traceback (most recent call last): 2023-10-26T13:14:57.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:14:57.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: yield (conn, connr) 2023-10-26T13:14:57.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:14:57.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: code, '\n'.join(err))) 2023-10-26T13:14:57.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.zhzjas ... 2023-10-26T13:14:57.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:14:57.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:13:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:13:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:14:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:14:57.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:14:55.810541+0000 mgr.smithi067.djqliw (mgr.14182) 280 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:14:55.811794+0000 mgr.smithi067.djqliw (mgr.14182) 281 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas 2023-10-26T13:14:57.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas 2023-10-26T13:14:57.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.zhzjas ... 2023-10-26T13:14:57.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:14:57.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:13:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:13:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:14:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:14:57.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:14:57.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:14:57.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:14:55.813428+0000 mgr.smithi067.djqliw (mgr.14182) 282 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.dasjqu on smithi067 2023-10-26T13:14:57.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:55.815695+0000 mgr.smithi067.djqliw (mgr.14182) 283 : 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 2023-10-26T13:14:58.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:57.136132+0000 mgr.smithi067.djqliw (mgr.14182) 284 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:58.501 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:14:58.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:57.136132+0000 mgr.smithi067.djqliw (mgr.14182) 284 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:14:59.421 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:14:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:57.816270+0000 mgr.smithi067.djqliw (mgr.14182) 285 : 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 2023-10-26T13:14:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:14:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:57.816270+0000 mgr.smithi067.djqliw (mgr.14182) 285 : 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 2023-10-26T13:14:59.821 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:14:59.822 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:00.184 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:01.184 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:14:59.816715+0000 mgr.smithi067.djqliw (mgr.14182) 286 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:14:59.817010+0000 mgr.smithi067.djqliw (mgr.14182) 287 : 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 2023-10-26T13:15:01.629 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:14:59.816715+0000 mgr.smithi067.djqliw (mgr.14182) 286 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:01.630 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:14:59.817010+0000 mgr.smithi067.djqliw (mgr.14182) 287 : 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 2023-10-26T13:15:02.553 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:02.554 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:02.918 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:01.817524+0000 mgr.smithi067.djqliw (mgr.14182) 288 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:01.817524+0000 mgr.smithi067.djqliw (mgr.14182) 288 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:03.919 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:04.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:02.548999+0000 mgr.smithi067.djqliw (mgr.14182) 289 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:04.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:02.548999+0000 mgr.smithi067.djqliw (mgr.14182) 289 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:05.226 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:05.227 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:05.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:03.817946+0000 mgr.smithi067.djqliw (mgr.14182) 290 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:05.608 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:03.817946+0000 mgr.smithi067.djqliw (mgr.14182) 290 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:06.610 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:06.646 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:05.221902+0000 mgr.smithi067.djqliw (mgr.14182) 291 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:06.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:05.221902+0000 mgr.smithi067.djqliw (mgr.14182) 291 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:07.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:05.818564+0000 mgr.smithi067.djqliw (mgr.14182) 292 : 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 2023-10-26T13:15:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:05.818564+0000 mgr.smithi067.djqliw (mgr.14182) 292 : 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 2023-10-26T13:15:07.994 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:07.994 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:08.366 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:09.367 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:07.818987+0000 mgr.smithi067.djqliw (mgr.14182) 293 : 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 2023-10-26T13:15:09.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:07.989489+0000 mgr.smithi067.djqliw (mgr.14182) 294 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:09.692 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:07.818987+0000 mgr.smithi067.djqliw (mgr.14182) 293 : 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 2023-10-26T13:15:09.693 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:07.989489+0000 mgr.smithi067.djqliw (mgr.14182) 294 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:10.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:09.819372+0000 mgr.smithi067.djqliw (mgr.14182) 295 : 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 2023-10-26T13:15:10.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:09.819372+0000 mgr.smithi067.djqliw (mgr.14182) 295 : 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 2023-10-26T13:15:10.726 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:10.726 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:11.055 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:12.056 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:12.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:10.721938+0000 mgr.smithi067.djqliw (mgr.14182) 296 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:12.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:10.721938+0000 mgr.smithi067.djqliw (mgr.14182) 296 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:13.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:11.819940+0000 mgr.smithi067.djqliw (mgr.14182) 297 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:13.484 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:13.485 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:11.819940+0000 mgr.smithi067.djqliw (mgr.14182) 297 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:13.849 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:14.851 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:15.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:13.479155+0000 mgr.smithi067.djqliw (mgr.14182) 298 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:15.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:13.820455+0000 mgr.smithi067.djqliw (mgr.14182) 299 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:13.479155+0000 mgr.smithi067.djqliw (mgr.14182) 298 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:15.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:13.820455+0000 mgr.smithi067.djqliw (mgr.14182) 299 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:16.199 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:16.200 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:16.566 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:17.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:15.821055+0000 mgr.smithi067.djqliw (mgr.14182) 300 : 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 2023-10-26T13:15:17.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:16.193966+0000 mgr.smithi067.djqliw (mgr.14182) 301 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:17.568 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:15.821055+0000 mgr.smithi067.djqliw (mgr.14182) 300 : 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 2023-10-26T13:15:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:16.193966+0000 mgr.smithi067.djqliw (mgr.14182) 301 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:18.953 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:18.954 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:19.239 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:17.821505+0000 mgr.smithi067.djqliw (mgr.14182) 302 : 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 2023-10-26T13:15:19.322 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:17.821505+0000 mgr.smithi067.djqliw (mgr.14182) 302 : 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 2023-10-26T13:15:20.324 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:20.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:18.948034+0000 mgr.smithi067.djqliw (mgr.14182) 303 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:20.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:18.948034+0000 mgr.smithi067.djqliw (mgr.14182) 303 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:21.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:19.821929+0000 mgr.smithi067.djqliw (mgr.14182) 304 : 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 2023-10-26T13:15:21.648 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:21.648 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:21.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:19.821929+0000 mgr.smithi067.djqliw (mgr.14182) 304 : 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 2023-10-26T13:15:22.015 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:23.016 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:23.357 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:21.643136+0000 mgr.smithi067.djqliw (mgr.14182) 305 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:23.358 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:21.822444+0000 mgr.smithi067.djqliw (mgr.14182) 306 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:21.643136+0000 mgr.smithi067.djqliw (mgr.14182) 305 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:23.677 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:21.822444+0000 mgr.smithi067.djqliw (mgr.14182) 306 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:24.389 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:24.390 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:24.757 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:23.822913+0000 mgr.smithi067.djqliw (mgr.14182) 307 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:23.822913+0000 mgr.smithi067.djqliw (mgr.14182) 307 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:25.758 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:26.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:24.384542+0000 mgr.smithi067.djqliw (mgr.14182) 308 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:26.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:24.384542+0000 mgr.smithi067.djqliw (mgr.14182) 308 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:27.072 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:27.073 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:27.445 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:25.823362+0000 mgr.smithi067.djqliw (mgr.14182) 309 : 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 2023-10-26T13:15:27.473 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:25.823362+0000 mgr.smithi067.djqliw (mgr.14182) 309 : 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 2023-10-26T13:15:28.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:27.068051+0000 mgr.smithi067.djqliw (mgr.14182) 310 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:28.474 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:27.068051+0000 mgr.smithi067.djqliw (mgr.14182) 310 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:29.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:27.824070+0000 mgr.smithi067.djqliw (mgr.14182) 311 : 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 2023-10-26T13:15:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:27.824070+0000 mgr.smithi067.djqliw (mgr.14182) 311 : 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 2023-10-26T13:15:29.891 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:29.891 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:30.298 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:31.299 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:29.824484+0000 mgr.smithi067.djqliw (mgr.14182) 312 : 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 2023-10-26T13:15:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:29.886494+0000 mgr.smithi067.djqliw (mgr.14182) 313 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:31.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:29.824484+0000 mgr.smithi067.djqliw (mgr.14182) 312 : 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 2023-10-26T13:15:31.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:29.886494+0000 mgr.smithi067.djqliw (mgr.14182) 313 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:32.702 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:32.702 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:33.063 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:31.825040+0000 mgr.smithi067.djqliw (mgr.14182) 314 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:31.825040+0000 mgr.smithi067.djqliw (mgr.14182) 314 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:34.065 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:34.408 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:32.697235+0000 mgr.smithi067.djqliw (mgr.14182) 315 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:34.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:32.697235+0000 mgr.smithi067.djqliw (mgr.14182) 315 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:35.459 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:35.459 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:35.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:33.825544+0000 mgr.smithi067.djqliw (mgr.14182) 316 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:33.825544+0000 mgr.smithi067.djqliw (mgr.14182) 316 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:35.821 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:36.823 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:35.453301+0000 mgr.smithi067.djqliw (mgr.14182) 317 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:35.826145+0000 mgr.smithi067.djqliw (mgr.14182) 318 : 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 2023-10-26T13:15:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:35.453301+0000 mgr.smithi067.djqliw (mgr.14182) 317 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:35.826145+0000 mgr.smithi067.djqliw (mgr.14182) 318 : 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 2023-10-26T13:15:38.203 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:38.204 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:38.571 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:39.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:37.826608+0000 mgr.smithi067.djqliw (mgr.14182) 319 : 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 2023-10-26T13:15:39.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:38.198964+0000 mgr.smithi067.djqliw (mgr.14182) 320 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:39.572 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:37.826608+0000 mgr.smithi067.djqliw (mgr.14182) 319 : 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 2023-10-26T13:15:39.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:38.198964+0000 mgr.smithi067.djqliw (mgr.14182) 320 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:40.949 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:40.950 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:41.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:39.827088+0000 mgr.smithi067.djqliw (mgr.14182) 321 : 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 2023-10-26T13:15:41.312 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:39.827088+0000 mgr.smithi067.djqliw (mgr.14182) 321 : 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 2023-10-26T13:15:42.314 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:42.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:40.944283+0000 mgr.smithi067.djqliw (mgr.14182) 322 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:42.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:40.944283+0000 mgr.smithi067.djqliw (mgr.14182) 322 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:43.292 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:41.827680+0000 mgr.smithi067.djqliw (mgr.14182) 323 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:43.655 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:43.656 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:41.827680+0000 mgr.smithi067.djqliw (mgr.14182) 323 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:44.021 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:45.022 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:45.373 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:43.650515+0000 mgr.smithi067.djqliw (mgr.14182) 324 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:45.373 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:43.828165+0000 mgr.smithi067.djqliw (mgr.14182) 325 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:43.650515+0000 mgr.smithi067.djqliw (mgr.14182) 324 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:43.828165+0000 mgr.smithi067.djqliw (mgr.14182) 325 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:46.338 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:46.338 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:46.736 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:47.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:45.828783+0000 mgr.smithi067.djqliw (mgr.14182) 326 : 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 2023-10-26T13:15:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:45.828783+0000 mgr.smithi067.djqliw (mgr.14182) 326 : 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 2023-10-26T13:15:47.737 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:48.465 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:46.333090+0000 mgr.smithi067.djqliw (mgr.14182) 327 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:46.333090+0000 mgr.smithi067.djqliw (mgr.14182) 327 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:49.126 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:49.127 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:49.460 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:47.829229+0000 mgr.smithi067.djqliw (mgr.14182) 328 : 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 2023-10-26T13:15:49.487 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:47.829229+0000 mgr.smithi067.djqliw (mgr.14182) 328 : 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 2023-10-26T13:15:50.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:49.121801+0000 mgr.smithi067.djqliw (mgr.14182) 329 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:50.488 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:50.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:49.121801+0000 mgr.smithi067.djqliw (mgr.14182) 329 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:51.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:49.829976+0000 mgr.smithi067.djqliw (mgr.14182) 330 : 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 2023-10-26T13:15:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:49.829976+0000 mgr.smithi067.djqliw (mgr.14182) 330 : 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 2023-10-26T13:15:51.760 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:51.760 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:52.128 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:53.130 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:53.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:51.755704+0000 mgr.smithi067.djqliw (mgr.14182) 331 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:53.455 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:51.830492+0000 mgr.smithi067.djqliw (mgr.14182) 332 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:51.755704+0000 mgr.smithi067.djqliw (mgr.14182) 331 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:51.830492+0000 mgr.smithi067.djqliw (mgr.14182) 332 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:15:54.467 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:54.468 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:54.855 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:53.830875+0000 mgr.smithi067.djqliw (mgr.14182) 333 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:55.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:53.830875+0000 mgr.smithi067.djqliw (mgr.14182) 333 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:15:55.856 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:56.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:54.462728+0000 mgr.smithi067.djqliw (mgr.14182) 334 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:56.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:54.462728+0000 mgr.smithi067.djqliw (mgr.14182) 334 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:57.228 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:15:57.229 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:15:57.592 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:55.831398+0000 mgr.smithi067.djqliw (mgr.14182) 335 : 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 2023-10-26T13:15:57.635 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:15:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:55.831398+0000 mgr.smithi067.djqliw (mgr.14182) 335 : 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 2023-10-26T13:15:58.637 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:15:58.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:15:57.223812+0000 mgr.smithi067.djqliw (mgr.14182) 336 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:58.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:15:57.223812+0000 mgr.smithi067.djqliw (mgr.14182) 336 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:15:59.372 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:15:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:57.831929+0000 mgr.smithi067.djqliw (mgr.14182) 337 : 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 2023-10-26T13:15:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:15:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:57.831929+0000 mgr.smithi067.djqliw (mgr.14182) 337 : 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 2023-10-26T13:16:00.073 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:00.074 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:00.392 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:15:59.832303+0000 mgr.smithi067.djqliw (mgr.14182) 338 : 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 2023-10-26T13:16:00.392 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:00.068770+0000 mgr.smithi067.djqliw (mgr.14182) 339 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:00.444 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:00.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:15:59.832303+0000 mgr.smithi067.djqliw (mgr.14182) 338 : 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 2023-10-26T13:16:00.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:00.068770+0000 mgr.smithi067.djqliw (mgr.14182) 339 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:01.446 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:02.791 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:02.791 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:03.168 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:01.832967+0000 mgr.smithi067.djqliw (mgr.14182) 340 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:01.832967+0000 mgr.smithi067.djqliw (mgr.14182) 340 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:04.169 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:04.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:02.785713+0000 mgr.smithi067.djqliw (mgr.14182) 341 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:04.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:02.785713+0000 mgr.smithi067.djqliw (mgr.14182) 341 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:05.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:03.833552+0000 mgr.smithi067.djqliw (mgr.14182) 342 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:05.533 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:05.533 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:03.833552+0000 mgr.smithi067.djqliw (mgr.14182) 342 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:06.062 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:07.063 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:07.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:05.528779+0000 mgr.smithi067.djqliw (mgr.14182) 343 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:07.394 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:05.834070+0000 mgr.smithi067.djqliw (mgr.14182) 344 : 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 2023-10-26T13:16:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:05.528779+0000 mgr.smithi067.djqliw (mgr.14182) 343 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:07.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:05.834070+0000 mgr.smithi067.djqliw (mgr.14182) 344 : 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 2023-10-26T13:16:08.427 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:08.427 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:08.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:09.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:07.834602+0000 mgr.smithi067.djqliw (mgr.14182) 345 : 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 2023-10-26T13:16:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:07.834602+0000 mgr.smithi067.djqliw (mgr.14182) 345 : 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 2023-10-26T13:16:09.777 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:10.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:08.421867+0000 mgr.smithi067.djqliw (mgr.14182) 346 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:10.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:08.421867+0000 mgr.smithi067.djqliw (mgr.14182) 346 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:11.196 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:11.196 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:11.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:09.835055+0000 mgr.smithi067.djqliw (mgr.14182) 347 : 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 2023-10-26T13:16:11.550 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:11.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:09.835055+0000 mgr.smithi067.djqliw (mgr.14182) 347 : 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 2023-10-26T13:16:12.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:11.191462+0000 mgr.smithi067.djqliw (mgr.14182) 348 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:12.551 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:12.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:11.191462+0000 mgr.smithi067.djqliw (mgr.14182) 348 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:13.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:11.835565+0000 mgr.smithi067.djqliw (mgr.14182) 349 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:11.835565+0000 mgr.smithi067.djqliw (mgr.14182) 349 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:13.899 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:13.900 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:14.301 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:15.302 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:15.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:13.835915+0000 mgr.smithi067.djqliw (mgr.14182) 350 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:15.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:13.894520+0000 mgr.smithi067.djqliw (mgr.14182) 351 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:13.835915+0000 mgr.smithi067.djqliw (mgr.14182) 350 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:13.894520+0000 mgr.smithi067.djqliw (mgr.14182) 351 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:16.681 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:16.681 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:17.040 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:17.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:15.836284+0000 mgr.smithi067.djqliw (mgr.14182) 352 : 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 2023-10-26T13:16:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:15.836284+0000 mgr.smithi067.djqliw (mgr.14182) 352 : 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 2023-10-26T13:16:18.042 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:18.377 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:16.675844+0000 mgr.smithi067.djqliw (mgr.14182) 353 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:16.675844+0000 mgr.smithi067.djqliw (mgr.14182) 353 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:19.374 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:19.374 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:19.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:17.836770+0000 mgr.smithi067.djqliw (mgr.14182) 354 : 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 2023-10-26T13:16:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:17.836770+0000 mgr.smithi067.djqliw (mgr.14182) 354 : 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 2023-10-26T13:16:19.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:20.776 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:21.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:19.368844+0000 mgr.smithi067.djqliw (mgr.14182) 355 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:21.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:19.837145+0000 mgr.smithi067.djqliw (mgr.14182) 356 : 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 2023-10-26T13:16:21.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:19.368844+0000 mgr.smithi067.djqliw (mgr.14182) 355 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:21.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:19.837145+0000 mgr.smithi067.djqliw (mgr.14182) 356 : 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 2023-10-26T13:16:22.144 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:22.144 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:22.508 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:23.509 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:23.544 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:21.837733+0000 mgr.smithi067.djqliw (mgr.14182) 357 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:23.544 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:22.139200+0000 mgr.smithi067.djqliw (mgr.14182) 358 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:21.837733+0000 mgr.smithi067.djqliw (mgr.14182) 357 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:22.139200+0000 mgr.smithi067.djqliw (mgr.14182) 358 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:24.854 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:24.855 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:25.240 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:23.838257+0000 mgr.smithi067.djqliw (mgr.14182) 359 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:23.838257+0000 mgr.smithi067.djqliw (mgr.14182) 359 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:26.241 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:26.583 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:24.849365+0000 mgr.smithi067.djqliw (mgr.14182) 360 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:26.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:24.849365+0000 mgr.smithi067.djqliw (mgr.14182) 360 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:27.634 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:27.634 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:27.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:25.838913+0000 mgr.smithi067.djqliw (mgr.14182) 361 : 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 2023-10-26T13:16:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:25.838913+0000 mgr.smithi067.djqliw (mgr.14182) 361 : 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 2023-10-26T13:16:27.998 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:27.629257+0000 mgr.smithi067.djqliw (mgr.14182) 362 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:27.839333+0000 mgr.smithi067.djqliw (mgr.14182) 363 : 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 2023-10-26T13:16:28.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:27.629257+0000 mgr.smithi067.djqliw (mgr.14182) 362 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:28.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:27.839333+0000 mgr.smithi067.djqliw (mgr.14182) 363 : 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 2023-10-26T13:16:28.999 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:30.354 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:30.355 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:30.719 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:30.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:29.839867+0000 mgr.smithi067.djqliw (mgr.14182) 364 : 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 2023-10-26T13:16:31.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:29.839867+0000 mgr.smithi067.djqliw (mgr.14182) 364 : 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 2023-10-26T13:16:31.720 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:32.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:30.349700+0000 mgr.smithi067.djqliw (mgr.14182) 365 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:32.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:30.349700+0000 mgr.smithi067.djqliw (mgr.14182) 365 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:33.109 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:33.110 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:33.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:31.840586+0000 mgr.smithi067.djqliw (mgr.14182) 366 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:33.473 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:31.840586+0000 mgr.smithi067.djqliw (mgr.14182) 366 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:33.105100+0000 mgr.smithi067.djqliw (mgr.14182) 367 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:34.473 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:34.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:33.105100+0000 mgr.smithi067.djqliw (mgr.14182) 367 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:35.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:33.841220+0000 mgr.smithi067.djqliw (mgr.14182) 368 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:33.841220+0000 mgr.smithi067.djqliw (mgr.14182) 368 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:35.896 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:35.896 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:36.264 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:37.266 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:35.841606+0000 mgr.smithi067.djqliw (mgr.14182) 369 : 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 2023-10-26T13:16:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:35.891528+0000 mgr.smithi067.djqliw (mgr.14182) 370 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:35.841606+0000 mgr.smithi067.djqliw (mgr.14182) 369 : 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 2023-10-26T13:16:37.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:35.891528+0000 mgr.smithi067.djqliw (mgr.14182) 370 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:38.623 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:38.623 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:39.022 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:39.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:37.842154+0000 mgr.smithi067.djqliw (mgr.14182) 371 : 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 2023-10-26T13:16:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:37.842154+0000 mgr.smithi067.djqliw (mgr.14182) 371 : 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 2023-10-26T13:16:40.023 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:40.390 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:38.618022+0000 mgr.smithi067.djqliw (mgr.14182) 372 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:40.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:38.618022+0000 mgr.smithi067.djqliw (mgr.14182) 372 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:41.447 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:41.448 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:41.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:39.842684+0000 mgr.smithi067.djqliw (mgr.14182) 373 : 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 2023-10-26T13:16:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:39.842684+0000 mgr.smithi067.djqliw (mgr.14182) 373 : 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 2023-10-26T13:16:41.958 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:42.959 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:43.316 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:41.442843+0000 mgr.smithi067.djqliw (mgr.14182) 374 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:43.317 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:41.843365+0000 mgr.smithi067.djqliw (mgr.14182) 375 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:41.442843+0000 mgr.smithi067.djqliw (mgr.14182) 374 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:41.843365+0000 mgr.smithi067.djqliw (mgr.14182) 375 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:44.347 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:44.348 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:44.730 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:43.843804+0000 mgr.smithi067.djqliw (mgr.14182) 376 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:45.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:43.843804+0000 mgr.smithi067.djqliw (mgr.14182) 376 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:45.731 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:46.375 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:44.342877+0000 mgr.smithi067.djqliw (mgr.14182) 377 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:46.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:44.342877+0000 mgr.smithi067.djqliw (mgr.14182) 377 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:47.108 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:47.109 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:47.469 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:45.844269+0000 mgr.smithi067.djqliw (mgr.14182) 378 : 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 2023-10-26T13:16:47.489 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:45.844269+0000 mgr.smithi067.djqliw (mgr.14182) 378 : 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 2023-10-26T13:16:48.490 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:48.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:47.103879+0000 mgr.smithi067.djqliw (mgr.14182) 379 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:47.103879+0000 mgr.smithi067.djqliw (mgr.14182) 379 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:49.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:47.844941+0000 mgr.smithi067.djqliw (mgr.14182) 380 : 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 2023-10-26T13:16:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:47.844941+0000 mgr.smithi067.djqliw (mgr.14182) 380 : 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 2023-10-26T13:16:49.896 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:49.897 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:50.304 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:50.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:49.845308+0000 mgr.smithi067.djqliw (mgr.14182) 381 : 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 2023-10-26T13:16:50.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:49.892028+0000 mgr.smithi067.djqliw (mgr.14182) 382 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:50.720 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:49.845308+0000 mgr.smithi067.djqliw (mgr.14182) 381 : 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 2023-10-26T13:16:50.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:49.892028+0000 mgr.smithi067.djqliw (mgr.14182) 382 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:51.305 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:52.724 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:52.725 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:53.087 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:53.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:51.845833+0000 mgr.smithi067.djqliw (mgr.14182) 383 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:51.845833+0000 mgr.smithi067.djqliw (mgr.14182) 383 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:16:54.088 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:54.422 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:52.719471+0000 mgr.smithi067.djqliw (mgr.14182) 384 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:54.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:52.719471+0000 mgr.smithi067.djqliw (mgr.14182) 384 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:55.448 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:55.449 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:55.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:53.846488+0000 mgr.smithi067.djqliw (mgr.14182) 385 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:53.846488+0000 mgr.smithi067.djqliw (mgr.14182) 385 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:16:55.811 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:56.837 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:55.443924+0000 mgr.smithi067.djqliw (mgr.14182) 386 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:55.846909+0000 mgr.smithi067.djqliw (mgr.14182) 387 : 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 2023-10-26T13:16:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:55.443924+0000 mgr.smithi067.djqliw (mgr.14182) 386 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:57.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:55.846909+0000 mgr.smithi067.djqliw (mgr.14182) 387 : 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 2023-10-26T13:16:58.220 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:16:58.221 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:16:58.579 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:16:59.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:57.847404+0000 mgr.smithi067.djqliw (mgr.14182) 388 : 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 2023-10-26T13:16:59.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:16:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:16:58.215460+0000 mgr.smithi067.djqliw (mgr.14182) 389 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:16:59.580 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:16:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:57.847404+0000 mgr.smithi067.djqliw (mgr.14182) 388 : 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 2023-10-26T13:16:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:16:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:16:58.215460+0000 mgr.smithi067.djqliw (mgr.14182) 389 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:00.940 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:00.940 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:01.303 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:16:59.847849+0000 mgr.smithi067.djqliw (mgr.14182) 390 : 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 2023-10-26T13:17:01.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:16:59.847849+0000 mgr.smithi067.djqliw (mgr.14182) 390 : 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 2023-10-26T13:17:02.304 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:02.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:00.934845+0000 mgr.smithi067.djqliw (mgr.14182) 391 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:02.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:00.934845+0000 mgr.smithi067.djqliw (mgr.14182) 391 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:03.307 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:01.848501+0000 mgr.smithi067.djqliw (mgr.14182) 392 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:01.848501+0000 mgr.smithi067.djqliw (mgr.14182) 392 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:03.676 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:03.677 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:04.073 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:05.074 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:05.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:03.672086+0000 mgr.smithi067.djqliw (mgr.14182) 393 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:05.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:03.848871+0000 mgr.smithi067.djqliw (mgr.14182) 394 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:03.672086+0000 mgr.smithi067.djqliw (mgr.14182) 393 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:03.848871+0000 mgr.smithi067.djqliw (mgr.14182) 394 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:06.485 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:06.486 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:06.844 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:05.849274+0000 mgr.smithi067.djqliw (mgr.14182) 395 : 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 2023-10-26T13:17:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:05.849274+0000 mgr.smithi067.djqliw (mgr.14182) 395 : 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 2023-10-26T13:17:07.845 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:08.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:06.480808+0000 mgr.smithi067.djqliw (mgr.14182) 396 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:08.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:06.480808+0000 mgr.smithi067.djqliw (mgr.14182) 396 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:09.191 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:09.192 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:09.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:07.849767+0000 mgr.smithi067.djqliw (mgr.14182) 397 : 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 2023-10-26T13:17:09.603 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:07.849767+0000 mgr.smithi067.djqliw (mgr.14182) 397 : 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 2023-10-26T13:17:10.604 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:10.638 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:09.186757+0000 mgr.smithi067.djqliw (mgr.14182) 398 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:10.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:09.186757+0000 mgr.smithi067.djqliw (mgr.14182) 398 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:11.571 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:09.850117+0000 mgr.smithi067.djqliw (mgr.14182) 399 : 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 2023-10-26T13:17:11.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:09.850117+0000 mgr.smithi067.djqliw (mgr.14182) 399 : 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 2023-10-26T13:17:11.932 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:11.932 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:12.293 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:12.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:11.850603+0000 mgr.smithi067.djqliw (mgr.14182) 400 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:12.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:11.927005+0000 mgr.smithi067.djqliw (mgr.14182) 401 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:12.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:11.850603+0000 mgr.smithi067.djqliw (mgr.14182) 400 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:12.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:11.927005+0000 mgr.smithi067.djqliw (mgr.14182) 401 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:13.295 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:14.655 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:14.656 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:14.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:13.850970+0000 mgr.smithi067.djqliw (mgr.14182) 402 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:15.051 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:15.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:13.850970+0000 mgr.smithi067.djqliw (mgr.14182) 402 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:16.052 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:16.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:14.649948+0000 mgr.smithi067.djqliw (mgr.14182) 403 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:16.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:14.649948+0000 mgr.smithi067.djqliw (mgr.14182) 403 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:17.439 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:17.439 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:17.467 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:15.851645+0000 mgr.smithi067.djqliw (mgr.14182) 404 : 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 2023-10-26T13:17:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:15.851645+0000 mgr.smithi067.djqliw (mgr.14182) 404 : 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 2023-10-26T13:17:17.818 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:18.819 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:19.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:17.434240+0000 mgr.smithi067.djqliw (mgr.14182) 405 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:19.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:17.852098+0000 mgr.smithi067.djqliw (mgr.14182) 406 : 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 2023-10-26T13:17:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:17.434240+0000 mgr.smithi067.djqliw (mgr.14182) 405 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:17.852098+0000 mgr.smithi067.djqliw (mgr.14182) 406 : 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 2023-10-26T13:17:20.212 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:20.213 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:20.578 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:21.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:19.852663+0000 mgr.smithi067.djqliw (mgr.14182) 407 : 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 2023-10-26T13:17:21.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:20.207860+0000 mgr.smithi067.djqliw (mgr.14182) 408 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:21.579 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:21.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:19.852663+0000 mgr.smithi067.djqliw (mgr.14182) 407 : 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 2023-10-26T13:17:21.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:20.207860+0000 mgr.smithi067.djqliw (mgr.14182) 408 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:22.917 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:22.917 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:23.309 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:23.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:21.853132+0000 mgr.smithi067.djqliw (mgr.14182) 409 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:21.853132+0000 mgr.smithi067.djqliw (mgr.14182) 409 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:24.310 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:24.643 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:22.911853+0000 mgr.smithi067.djqliw (mgr.14182) 410 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:24.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:22.911853+0000 mgr.smithi067.djqliw (mgr.14182) 410 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:25.656 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:25.657 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:22.700235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:22.700854Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:22.700378Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:22.700452Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:22.700519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:22.700583Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:23.853545+0000 mgr.smithi067.djqliw (mgr.14182) 411 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:25.681 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:23.853545+0000 mgr.smithi067.djqliw (mgr.14182) 411 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:26.061 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:26.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:25.429865+0000 mon.smithi067 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.dasjqu"}]: dispatch 2023-10-26T13:17:26.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:25.434798+0000 mon.smithi067 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:26.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:25.437245+0000 mon.smithi067 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:17:26.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:25.429865+0000 mon.smithi067 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.dasjqu"}]: dispatch 2023-10-26T13:17:26.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:25.434798+0000 mon.smithi067 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:26.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:25.437245+0000 mon.smithi067 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:17:27.062 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:27.443 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:17:25.429259+0000 mgr.smithi067.djqliw (mgr.14182) 412 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.443 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.443 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.443 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.444 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.dasjqu ... 2023-10-26T13:17:27.444 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.444 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:17:27.444 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:15:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.444 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:16:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.445 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:16:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.445 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:17:27.445 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.445 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Traceback (most recent call last): 2023-10-26T13:17:27.445 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:17:27.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: yield (conn, connr) 2023-10-26T13:17:27.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:17:27.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: code, '\n'.join(err))) 2023-10-26T13:17:27.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.dasjqu ... 2023-10-26T13:17:27.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:17:27.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:15:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:16:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:16:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:17:27.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:17:25.429507+0000 mgr.smithi067.djqliw (mgr.14182) 413 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:17:25.430512+0000 mgr.smithi067.djqliw (mgr.14182) 414 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.450 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.450 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.dasjqu ... 2023-10-26T13:17:27.450 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:17:27.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:15:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:16:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:16:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:17:27.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:17:25.435107+0000 mgr.smithi067.djqliw (mgr.14182) 415 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:17:27.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:17:25.436254+0000 mgr.smithi067.djqliw (mgr.14182) 416 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:17:27.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:25.437029+0000 mgr.smithi067.djqliw (mgr.14182) 417 : cluster [DBG] pgmap v258: 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 2023-10-26T13:17:27.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:25.651369+0000 mgr.smithi067.djqliw (mgr.14182) 418 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:27.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:26.433200+0000 mon.smithi067 (mon.0) 651 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-26T13:17:27.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:26.905692+0000 mon.smithi067 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:17:25.429259+0000 mgr.smithi067.djqliw (mgr.14182) 412 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.dasjqu ... 2023-10-26T13:17:27.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:17:27.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:15:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:16:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:16:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:17:27.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Traceback (most recent call last): 2023-10-26T13:17:27.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:17:27.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: yield (conn, connr) 2023-10-26T13:17:27.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:17:27.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: code, '\n'.join(err))) 2023-10-26T13:17:27.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.dasjqu ... 2023-10-26T13:17:27.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:17:27.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:15:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:16:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:16:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:17:27.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:17:25.429507+0000 mgr.smithi067.djqliw (mgr.14182) 413 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:17:25.430512+0000 mgr.smithi067.djqliw (mgr.14182) 414 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu 2023-10-26T13:17:27.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu 2023-10-26T13:17:27.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.dasjqu ... 2023-10-26T13:17:27.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:17:27.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:15:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:16:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:16:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:17:27.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:17:27.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:17:27.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:17:25.435107+0000 mgr.smithi067.djqliw (mgr.14182) 415 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:17:27.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:17:25.436254+0000 mgr.smithi067.djqliw (mgr.14182) 416 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:17:27.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:25.437029+0000 mgr.smithi067.djqliw (mgr.14182) 417 : cluster [DBG] pgmap v258: 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 2023-10-26T13:17:27.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:25.651369+0000 mgr.smithi067.djqliw (mgr.14182) 418 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:27.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:26.433200+0000 mon.smithi067 (mon.0) 651 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-26T13:17:27.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:26.905692+0000 mon.smithi067 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:28.653 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:28.654 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:12:24.346877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:12:24.346945Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:12:24.347010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:12:24.347457Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:12:24.346802Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:12:24.346660Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:12:24.347073Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:12:24.347199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:12:24.347136Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:29.280 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-26T13:17:29.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:27.437630+0000 mgr.smithi067.djqliw (mgr.14182) 419 : cluster [DBG] pgmap v259: 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 2023-10-26T13:17:29.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:28.195265+0000 mon.smithi067 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:29.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:29.082214+0000 mon.smithi067 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:27.437630+0000 mgr.smithi067.djqliw (mgr.14182) 419 : cluster [DBG] pgmap v259: 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 2023-10-26T13:17:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:28.195265+0000 mon.smithi067 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:29.082214+0000 mon.smithi067 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:30.281 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:30.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:28.648397+0000 mgr.smithi067.djqliw (mgr.14182) 420 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:30.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:29.387262+0000 mon.smithi067 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:17:30.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:29.387969+0000 mon.smithi067 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:17:30.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:29.392251+0000 mon.smithi067 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:30.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:29.395904+0000 mon.smithi067 (mon.0) 658 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:17:30.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:29.404934+0000 mon.smithi067 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:30.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:28.648397+0000 mgr.smithi067.djqliw (mgr.14182) 420 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:30.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:29.387262+0000 mon.smithi067 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:17:30.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:29.387969+0000 mon.smithi067 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:17:30.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:29.392251+0000 mon.smithi067 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:30.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:29.395904+0000 mon.smithi067 (mon.0) 658 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:17:30.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:29.404934+0000 mon.smithi067 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:17:31.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:29.392701+0000 mgr.smithi067.djqliw (mgr.14182) 421 : cluster [DBG] pgmap v260: 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 2023-10-26T13:17:31.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:17:29.406877+0000 mgr.smithi067.djqliw (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.vmopii on smithi175 2023-10-26T13:17:31.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:30.390665+0000 mon.smithi067 (mon.0) 660 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-10-26T13:17:31.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:30.390698+0000 mon.smithi067 (mon.0) 661 : cluster [INF] Cluster is now healthy 2023-10-26T13:17:31.640 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:31.640 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:29.392701+0000 mgr.smithi067.djqliw (mgr.14182) 421 : cluster [DBG] pgmap v260: 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 2023-10-26T13:17:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:17:29.406877+0000 mgr.smithi067.djqliw (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.vmopii on smithi175 2023-10-26T13:17:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:30.390665+0000 mon.smithi067 (mon.0) 660 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-10-26T13:17:31.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:30.390698+0000 mon.smithi067 (mon.0) 661 : cluster [INF] Cluster is now healthy 2023-10-26T13:17:32.050 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-26T13:17:32.050 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-26T13:17:32.061 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-26T13:17:32.062 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:31.393192+0000 mgr.smithi067.djqliw (mgr.14182) 423 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-10-26T13:17:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:31.635610+0000 mgr.smithi067.djqliw (mgr.14182) 424 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:33.483 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:33.484 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:31.393192+0000 mgr.smithi067.djqliw (mgr.14182) 423 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-10-26T13:17:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:31.635610+0000 mgr.smithi067.djqliw (mgr.14182) 424 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:33.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:34.859 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:35.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:33.393649+0000 mgr.smithi067.djqliw (mgr.14182) 425 : cluster [DBG] pgmap v262: 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 2023-10-26T13:17:35.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:33.479219+0000 mgr.smithi067.djqliw (mgr.14182) 426 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:33.393649+0000 mgr.smithi067.djqliw (mgr.14182) 425 : cluster [DBG] pgmap v262: 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 2023-10-26T13:17:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:33.479219+0000 mgr.smithi067.djqliw (mgr.14182) 426 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:36.157 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:36.158 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:36.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:37.550 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:37.584 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:35.394054+0000 mgr.smithi067.djqliw (mgr.14182) 427 : 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 2023-10-26T13:17:37.584 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:36.152518+0000 mgr.smithi067.djqliw (mgr.14182) 428 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:35.394054+0000 mgr.smithi067.djqliw (mgr.14182) 427 : 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 2023-10-26T13:17:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:36.152518+0000 mgr.smithi067.djqliw (mgr.14182) 428 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:38.933 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:38.934 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:39.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:37.394650+0000 mgr.smithi067.djqliw (mgr.14182) 429 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:39.720 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:37.394650+0000 mgr.smithi067.djqliw (mgr.14182) 429 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:40.308 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:40.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:38.928693+0000 mgr.smithi067.djqliw (mgr.14182) 430 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:40.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:38.928693+0000 mgr.smithi067.djqliw (mgr.14182) 430 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:41.646 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:41.646 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:39.395127+0000 mgr.smithi067.djqliw (mgr.14182) 431 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:41.667 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:39.395127+0000 mgr.smithi067.djqliw (mgr.14182) 431 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:42.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:43.049 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:43.383 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:41.395677+0000 mgr.smithi067.djqliw (mgr.14182) 432 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:43.383 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:41.641139+0000 mgr.smithi067.djqliw (mgr.14182) 433 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:41.395677+0000 mgr.smithi067.djqliw (mgr.14182) 432 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:43.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:41.641139+0000 mgr.smithi067.djqliw (mgr.14182) 433 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:44.454 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:44.454 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:44.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:43.396184+0000 mgr.smithi067.djqliw (mgr.14182) 434 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:45.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:43.396184+0000 mgr.smithi067.djqliw (mgr.14182) 434 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:45.832 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:46.459 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:44.449328+0000 mgr.smithi067.djqliw (mgr.14182) 435 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:46.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:44.449328+0000 mgr.smithi067.djqliw (mgr.14182) 435 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:47.120 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:47.120 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:47.462 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:45.396616+0000 mgr.smithi067.djqliw (mgr.14182) 436 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:47.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:45.396616+0000 mgr.smithi067.djqliw (mgr.14182) 436 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:48.533 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:48.566 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:47.115386+0000 mgr.smithi067.djqliw (mgr.14182) 437 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:47.115386+0000 mgr.smithi067.djqliw (mgr.14182) 437 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:49.550 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:47.397076+0000 mgr.smithi067.djqliw (mgr.14182) 438 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:47.397076+0000 mgr.smithi067.djqliw (mgr.14182) 438 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:49.934 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:49.934 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:50.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:50.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:49.397628+0000 mgr.smithi067.djqliw (mgr.14182) 439 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:50.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:49.929380+0000 mgr.smithi067.djqliw (mgr.14182) 440 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:50.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:49.397628+0000 mgr.smithi067.djqliw (mgr.14182) 439 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:50.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:49.929380+0000 mgr.smithi067.djqliw (mgr.14182) 440 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:51.259 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:52.586 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:52.587 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:52.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:51.398279+0000 mgr.smithi067.djqliw (mgr.14182) 441 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:53.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:51.398279+0000 mgr.smithi067.djqliw (mgr.14182) 441 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:17:53.998 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:54.348 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:52.581819+0000 mgr.smithi067.djqliw (mgr.14182) 442 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:54.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:52.581819+0000 mgr.smithi067.djqliw (mgr.14182) 442 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:55.388 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:55.388 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:55.407 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:53.398940+0000 mgr.smithi067.djqliw (mgr.14182) 443 : 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 2023-10-26T13:17:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:53.398940+0000 mgr.smithi067.djqliw (mgr.14182) 443 : 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 2023-10-26T13:17:55.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:56.755 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:57.408 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:55.382593+0000 mgr.smithi067.djqliw (mgr.14182) 444 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:57.408 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:55.399495+0000 mgr.smithi067.djqliw (mgr.14182) 445 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:55.382593+0000 mgr.smithi067.djqliw (mgr.14182) 444 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:55.399495+0000 mgr.smithi067.djqliw (mgr.14182) 445 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:17:58.122 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:17:58.123 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:17:58.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:17:59.497 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:17:59.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:57.400188+0000 mgr.smithi067.djqliw (mgr.14182) 446 : 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 2023-10-26T13:17:59.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:17:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:17:58.117845+0000 mgr.smithi067.djqliw (mgr.14182) 447 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:17:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:57.400188+0000 mgr.smithi067.djqliw (mgr.14182) 446 : 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 2023-10-26T13:17:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:17:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:17:58.117845+0000 mgr.smithi067.djqliw (mgr.14182) 447 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:00.891 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:00.892 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:01.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:17:59.400885+0000 mgr.smithi067.djqliw (mgr.14182) 448 : 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 2023-10-26T13:18:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:17:59.400885+0000 mgr.smithi067.djqliw (mgr.14182) 448 : 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 2023-10-26T13:18:02.228 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:02.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:00.886773+0000 mgr.smithi067.djqliw (mgr.14182) 449 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:02.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:00.886773+0000 mgr.smithi067.djqliw (mgr.14182) 449 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:03.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:01.401374+0000 mgr.smithi067.djqliw (mgr.14182) 450 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:03.526 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:03.527 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:01.401374+0000 mgr.smithi067.djqliw (mgr.14182) 450 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:03.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:04.930 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:03.401757+0000 mgr.smithi067.djqliw (mgr.14182) 451 : 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 2023-10-26T13:18:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:03.521678+0000 mgr.smithi067.djqliw (mgr.14182) 452 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:05.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:03.401757+0000 mgr.smithi067.djqliw (mgr.14182) 451 : 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 2023-10-26T13:18:05.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:03.521678+0000 mgr.smithi067.djqliw (mgr.14182) 452 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:06.328 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:06.329 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:06.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:05.402193+0000 mgr.smithi067.djqliw (mgr.14182) 453 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:07.705 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:05.402193+0000 mgr.smithi067.djqliw (mgr.14182) 453 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:08.357 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:06.323560+0000 mgr.smithi067.djqliw (mgr.14182) 454 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:08.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:06.323560+0000 mgr.smithi067.djqliw (mgr.14182) 454 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:09.038 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:09.039 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:09.334 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:07.402683+0000 mgr.smithi067.djqliw (mgr.14182) 455 : 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 2023-10-26T13:18:09.335 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:09.033393+0000 mgr.smithi067.djqliw (mgr.14182) 456 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:09.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:07.402683+0000 mgr.smithi067.djqliw (mgr.14182) 455 : 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 2023-10-26T13:18:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:09.033393+0000 mgr.smithi067.djqliw (mgr.14182) 456 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:10.430 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:10.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:09.403087+0000 mgr.smithi067.djqliw (mgr.14182) 457 : 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 2023-10-26T13:18:10.720 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:09.403087+0000 mgr.smithi067.djqliw (mgr.14182) 457 : 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 2023-10-26T13:18:11.736 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:11.736 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:12.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:13.096 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:13.437 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:11.403572+0000 mgr.smithi067.djqliw (mgr.14182) 458 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:13.437 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:11.730526+0000 mgr.smithi067.djqliw (mgr.14182) 459 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:11.403572+0000 mgr.smithi067.djqliw (mgr.14182) 458 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:11.730526+0000 mgr.smithi067.djqliw (mgr.14182) 459 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:14.448 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:14.449 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:14.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:13.404153+0000 mgr.smithi067.djqliw (mgr.14182) 460 : 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 2023-10-26T13:18:15.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:13.404153+0000 mgr.smithi067.djqliw (mgr.14182) 460 : 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 2023-10-26T13:18:15.846 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:16.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:14.443710+0000 mgr.smithi067.djqliw (mgr.14182) 461 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:16.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:14.443710+0000 mgr.smithi067.djqliw (mgr.14182) 461 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:17.197 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:17.197 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:17.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:15.404750+0000 mgr.smithi067.djqliw (mgr.14182) 462 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:17.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:15.404750+0000 mgr.smithi067.djqliw (mgr.14182) 462 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:18.561 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:18.595 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:17.191974+0000 mgr.smithi067.djqliw (mgr.14182) 463 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:17.191974+0000 mgr.smithi067.djqliw (mgr.14182) 463 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:19.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:17.405267+0000 mgr.smithi067.djqliw (mgr.14182) 464 : 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 2023-10-26T13:18:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:17.405267+0000 mgr.smithi067.djqliw (mgr.14182) 464 : 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 2023-10-26T13:18:19.907 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:19.907 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:20.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:21.312 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:21.644 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:19.405668+0000 mgr.smithi067.djqliw (mgr.14182) 465 : 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 2023-10-26T13:18:21.645 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:19.901601+0000 mgr.smithi067.djqliw (mgr.14182) 466 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:21.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:19.405668+0000 mgr.smithi067.djqliw (mgr.14182) 465 : 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 2023-10-26T13:18:21.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:19.901601+0000 mgr.smithi067.djqliw (mgr.14182) 466 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:22.667 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:22.667 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:23.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:23.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:21.406273+0000 mgr.smithi067.djqliw (mgr.14182) 467 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:21.406273+0000 mgr.smithi067.djqliw (mgr.14182) 467 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:24.044 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:24.377 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:22.662177+0000 mgr.smithi067.djqliw (mgr.14182) 468 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:24.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:22.662177+0000 mgr.smithi067.djqliw (mgr.14182) 468 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:25.457 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:25.458 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:23.406943+0000 mgr.smithi067.djqliw (mgr.14182) 469 : 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 2023-10-26T13:18:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:23.406943+0000 mgr.smithi067.djqliw (mgr.14182) 469 : 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 2023-10-26T13:18:25.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:26.791 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:25.407295+0000 mgr.smithi067.djqliw (mgr.14182) 470 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:25.452744+0000 mgr.smithi067.djqliw (mgr.14182) 471 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:25.407295+0000 mgr.smithi067.djqliw (mgr.14182) 470 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:25.452744+0000 mgr.smithi067.djqliw (mgr.14182) 471 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:28.166 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:28.166 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:28.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:27.407864+0000 mgr.smithi067.djqliw (mgr.14182) 472 : 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 2023-10-26T13:18:28.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:28.161218+0000 mgr.smithi067.djqliw (mgr.14182) 473 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:28.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:27.407864+0000 mgr.smithi067.djqliw (mgr.14182) 472 : 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 2023-10-26T13:18:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:28.161218+0000 mgr.smithi067.djqliw (mgr.14182) 473 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:29.526 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:30.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:29.408487+0000 mgr.smithi067.djqliw (mgr.14182) 474 : 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 2023-10-26T13:18:30.829 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:30.830 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:30.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:29.408487+0000 mgr.smithi067.djqliw (mgr.14182) 474 : 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 2023-10-26T13:18:31.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:32.218 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:32.578 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:30.824251+0000 mgr.smithi067.djqliw (mgr.14182) 475 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:32.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:30.824251+0000 mgr.smithi067.djqliw (mgr.14182) 475 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:33.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:31.409038+0000 mgr.smithi067.djqliw (mgr.14182) 476 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:33.576 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:33.576 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:31.409038+0000 mgr.smithi067.djqliw (mgr.14182) 476 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:33.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:34.952 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:35.628 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:33.409390+0000 mgr.smithi067.djqliw (mgr.14182) 477 : 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 2023-10-26T13:18:35.628 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:33.571247+0000 mgr.smithi067.djqliw (mgr.14182) 478 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:33.409390+0000 mgr.smithi067.djqliw (mgr.14182) 477 : 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 2023-10-26T13:18:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:33.571247+0000 mgr.smithi067.djqliw (mgr.14182) 478 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:36.266 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:36.266 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:36.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:37.587 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:37.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:35.409972+0000 mgr.smithi067.djqliw (mgr.14182) 479 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:35.409972+0000 mgr.smithi067.djqliw (mgr.14182) 479 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:38.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:36.261249+0000 mgr.smithi067.djqliw (mgr.14182) 480 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:36.261249+0000 mgr.smithi067.djqliw (mgr.14182) 480 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:38.940 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:38.941 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:39.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:37.410572+0000 mgr.smithi067.djqliw (mgr.14182) 481 : 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 2023-10-26T13:18:39.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:37.410572+0000 mgr.smithi067.djqliw (mgr.14182) 481 : 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 2023-10-26T13:18:40.317 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:40.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:38.936080+0000 mgr.smithi067.djqliw (mgr.14182) 482 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:40.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:38.936080+0000 mgr.smithi067.djqliw (mgr.14182) 482 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:39.410998+0000 mgr.smithi067.djqliw (mgr.14182) 483 : 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 2023-10-26T13:18:41.681 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:41.681 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:41.704 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:39.410998+0000 mgr.smithi067.djqliw (mgr.14182) 483 : 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 2023-10-26T13:18:42.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:42.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:41.411523+0000 mgr.smithi067.djqliw (mgr.14182) 484 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:42.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:41.676736+0000 mgr.smithi067.djqliw (mgr.14182) 485 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:42.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:41.411523+0000 mgr.smithi067.djqliw (mgr.14182) 484 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:42.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:41.676736+0000 mgr.smithi067.djqliw (mgr.14182) 485 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:43.059 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:44.486 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:44.486 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:44.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:43.411901+0000 mgr.smithi067.djqliw (mgr.14182) 486 : 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 2023-10-26T13:18:44.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:44.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:43.411901+0000 mgr.smithi067.djqliw (mgr.14182) 486 : 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 2023-10-26T13:18:45.850 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:45.883 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:44.480822+0000 mgr.smithi067.djqliw (mgr.14182) 487 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:45.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:44.480822+0000 mgr.smithi067.djqliw (mgr.14182) 487 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:47.172 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:47.172 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:47.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:45.412273+0000 mgr.smithi067.djqliw (mgr.14182) 488 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:47.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:45.412273+0000 mgr.smithi067.djqliw (mgr.14182) 488 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:48.533 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:48.569 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:47.166632+0000 mgr.smithi067.djqliw (mgr.14182) 489 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:47.166632+0000 mgr.smithi067.djqliw (mgr.14182) 489 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:49.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:47.412738+0000 mgr.smithi067.djqliw (mgr.14182) 490 : 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 2023-10-26T13:18:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:47.412738+0000 mgr.smithi067.djqliw (mgr.14182) 490 : 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 2023-10-26T13:18:49.895 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:49.895 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:50.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:51.333 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:49.413105+0000 mgr.smithi067.djqliw (mgr.14182) 491 : 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 2023-10-26T13:18:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:49.890340+0000 mgr.smithi067.djqliw (mgr.14182) 492 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:51.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:49.413105+0000 mgr.smithi067.djqliw (mgr.14182) 491 : 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 2023-10-26T13:18:51.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:49.890340+0000 mgr.smithi067.djqliw (mgr.14182) 492 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:52.715 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:52.715 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:53.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:53.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:51.413665+0000 mgr.smithi067.djqliw (mgr.14182) 493 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:51.413665+0000 mgr.smithi067.djqliw (mgr.14182) 493 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:18:54.123 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:54.466 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:52.710224+0000 mgr.smithi067.djqliw (mgr.14182) 494 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:54.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:52.710224+0000 mgr.smithi067.djqliw (mgr.14182) 494 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:55.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:53.414176+0000 mgr.smithi067.djqliw (mgr.14182) 495 : 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 2023-10-26T13:18:55.543 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:55.544 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:53.414176+0000 mgr.smithi067.djqliw (mgr.14182) 495 : 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 2023-10-26T13:18:55.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:56.908 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:57.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:55.414551+0000 mgr.smithi067.djqliw (mgr.14182) 496 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:57.543 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:55.538721+0000 mgr.smithi067.djqliw (mgr.14182) 497 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:55.414551+0000 mgr.smithi067.djqliw (mgr.14182) 496 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:18:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:55.538721+0000 mgr.smithi067.djqliw (mgr.14182) 497 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:58.196 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:18:58.197 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:18:58.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:18:59.591 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:18:59.626 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:57.415011+0000 mgr.smithi067.djqliw (mgr.14182) 498 : 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 2023-10-26T13:18:59.626 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:18:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:18:58.191890+0000 mgr.smithi067.djqliw (mgr.14182) 499 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:18:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:57.415011+0000 mgr.smithi067.djqliw (mgr.14182) 498 : 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 2023-10-26T13:18:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:18:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:18:58.191890+0000 mgr.smithi067.djqliw (mgr.14182) 499 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:00.979 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:00.980 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:01.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:18:59.415462+0000 mgr.smithi067.djqliw (mgr.14182) 500 : 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 2023-10-26T13:19:01.720 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:18:59.415462+0000 mgr.smithi067.djqliw (mgr.14182) 500 : 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 2023-10-26T13:19:02.348 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:02.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:00.974632+0000 mgr.smithi067.djqliw (mgr.14182) 501 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:02.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:00.974632+0000 mgr.smithi067.djqliw (mgr.14182) 501 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:01.416032+0000 mgr.smithi067.djqliw (mgr.14182) 502 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:03.718 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:03.719 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:03.720 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:01.416032+0000 mgr.smithi067.djqliw (mgr.14182) 502 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:04.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:04.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:03.416432+0000 mgr.smithi067.djqliw (mgr.14182) 503 : 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 2023-10-26T13:19:04.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:03.713764+0000 mgr.smithi067.djqliw (mgr.14182) 504 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:04.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:03.416432+0000 mgr.smithi067.djqliw (mgr.14182) 503 : 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 2023-10-26T13:19:04.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:03.713764+0000 mgr.smithi067.djqliw (mgr.14182) 504 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:05.089 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:06.475 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:06.476 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:06.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:05.417226+0000 mgr.smithi067.djqliw (mgr.14182) 505 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:05.417226+0000 mgr.smithi067.djqliw (mgr.14182) 505 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:07.839 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:08.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:06.470845+0000 mgr.smithi067.djqliw (mgr.14182) 506 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:08.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:06.470845+0000 mgr.smithi067.djqliw (mgr.14182) 506 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:09.183 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:09.184 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:09.469 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:07.417821+0000 mgr.smithi067.djqliw (mgr.14182) 507 : 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 2023-10-26T13:19:09.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:07.417821+0000 mgr.smithi067.djqliw (mgr.14182) 507 : 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 2023-10-26T13:19:10.564 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:10.599 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:09.178665+0000 mgr.smithi067.djqliw (mgr.14182) 508 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:10.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:09.178665+0000 mgr.smithi067.djqliw (mgr.14182) 508 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:11.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:09.418368+0000 mgr.smithi067.djqliw (mgr.14182) 509 : 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 2023-10-26T13:19:11.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:09.418368+0000 mgr.smithi067.djqliw (mgr.14182) 509 : 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 2023-10-26T13:19:11.929 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:11.929 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:12.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:13.305 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:13.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:11.418935+0000 mgr.smithi067.djqliw (mgr.14182) 510 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:13.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:11.924072+0000 mgr.smithi067.djqliw (mgr.14182) 511 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:11.418935+0000 mgr.smithi067.djqliw (mgr.14182) 510 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:11.924072+0000 mgr.smithi067.djqliw (mgr.14182) 511 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:14.674 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:14.674 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:15.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:13.419314+0000 mgr.smithi067.djqliw (mgr.14182) 512 : 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 2023-10-26T13:19:15.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:13.419314+0000 mgr.smithi067.djqliw (mgr.14182) 512 : 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 2023-10-26T13:19:16.038 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:16.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:14.669385+0000 mgr.smithi067.djqliw (mgr.14182) 513 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:16.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:14.669385+0000 mgr.smithi067.djqliw (mgr.14182) 513 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:17.402 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:17.402 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:17.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:15.419720+0000 mgr.smithi067.djqliw (mgr.14182) 514 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:15.419720+0000 mgr.smithi067.djqliw (mgr.14182) 514 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:17.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:17.396892+0000 mgr.smithi067.djqliw (mgr.14182) 515 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:17.420142+0000 mgr.smithi067.djqliw (mgr.14182) 516 : 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 2023-10-26T13:19:18.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:17.396892+0000 mgr.smithi067.djqliw (mgr.14182) 515 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:18.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:17.420142+0000 mgr.smithi067.djqliw (mgr.14182) 516 : 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 2023-10-26T13:19:18.814 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:20.237 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:20.237 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:20.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:19.420535+0000 mgr.smithi067.djqliw (mgr.14182) 517 : 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 2023-10-26T13:19:20.543 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:20.232337+0000 mgr.smithi067.djqliw (mgr.14182) 518 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:20.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:20.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:19.420535+0000 mgr.smithi067.djqliw (mgr.14182) 517 : 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 2023-10-26T13:19:20.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:20.232337+0000 mgr.smithi067.djqliw (mgr.14182) 518 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:21.604 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:22.982 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:22.983 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:23.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:21.421176+0000 mgr.smithi067.djqliw (mgr.14182) 519 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:23.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:21.421176+0000 mgr.smithi067.djqliw (mgr.14182) 519 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:24.355 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:24.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:22.977572+0000 mgr.smithi067.djqliw (mgr.14182) 520 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:24.704 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:22.977572+0000 mgr.smithi067.djqliw (mgr.14182) 520 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:25.373 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:23.421627+0000 mgr.smithi067.djqliw (mgr.14182) 521 : 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 2023-10-26T13:19:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:23.421627+0000 mgr.smithi067.djqliw (mgr.14182) 521 : 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 2023-10-26T13:19:25.752 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:25.753 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:26.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:27.120 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:27.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:25.421988+0000 mgr.smithi067.djqliw (mgr.14182) 522 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:27.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:25.747824+0000 mgr.smithi067.djqliw (mgr.14182) 523 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:25.421988+0000 mgr.smithi067.djqliw (mgr.14182) 522 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:25.747824+0000 mgr.smithi067.djqliw (mgr.14182) 523 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:28.451 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:28.452 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:28.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:27.422420+0000 mgr.smithi067.djqliw (mgr.14182) 524 : 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 2023-10-26T13:19:29.720 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:27.422420+0000 mgr.smithi067.djqliw (mgr.14182) 524 : 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 2023-10-26T13:19:29.811 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:30.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:28.446307+0000 mgr.smithi067.djqliw (mgr.14182) 525 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:30.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:28.446307+0000 mgr.smithi067.djqliw (mgr.14182) 525 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:31.159 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:31.159 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:31.466 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:29.422899+0000 mgr.smithi067.djqliw (mgr.14182) 526 : 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 2023-10-26T13:19:31.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:29.422899+0000 mgr.smithi067.djqliw (mgr.14182) 526 : 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 2023-10-26T13:19:32.536 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:32.570 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:31.154067+0000 mgr.smithi067.djqliw (mgr.14182) 527 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:32.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:31.154067+0000 mgr.smithi067.djqliw (mgr.14182) 527 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:33.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:31.423400+0000 mgr.smithi067.djqliw (mgr.14182) 528 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:31.423400+0000 mgr.smithi067.djqliw (mgr.14182) 528 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:33.907 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:33.907 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:34.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:33.423791+0000 mgr.smithi067.djqliw (mgr.14182) 529 : 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 2023-10-26T13:19:34.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:33.902054+0000 mgr.smithi067.djqliw (mgr.14182) 530 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:34.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:33.423791+0000 mgr.smithi067.djqliw (mgr.14182) 529 : 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 2023-10-26T13:19:34.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:33.902054+0000 mgr.smithi067.djqliw (mgr.14182) 530 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:35.288 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:36.669 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:36.669 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:37.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:35.424189+0000 mgr.smithi067.djqliw (mgr.14182) 531 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:37.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:35.424189+0000 mgr.smithi067.djqliw (mgr.14182) 531 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:38.037 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:38.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:36.663896+0000 mgr.smithi067.djqliw (mgr.14182) 532 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:36.663896+0000 mgr.smithi067.djqliw (mgr.14182) 532 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:39.403 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:39.403 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:39.424 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:37.424640+0000 mgr.smithi067.djqliw (mgr.14182) 533 : 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 2023-10-26T13:19:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:37.424640+0000 mgr.smithi067.djqliw (mgr.14182) 533 : 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 2023-10-26T13:19:39.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:40.768 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:41.463 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:39.397929+0000 mgr.smithi067.djqliw (mgr.14182) 534 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:41.463 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:39.424991+0000 mgr.smithi067.djqliw (mgr.14182) 535 : 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 2023-10-26T13:19:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:39.397929+0000 mgr.smithi067.djqliw (mgr.14182) 534 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:39.424991+0000 mgr.smithi067.djqliw (mgr.14182) 535 : 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 2023-10-26T13:19:42.155 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:42.155 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:42.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:43.519 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:43.552 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:41.425487+0000 mgr.smithi067.djqliw (mgr.14182) 536 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:43.553 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:42.149982+0000 mgr.smithi067.djqliw (mgr.14182) 537 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:41.425487+0000 mgr.smithi067.djqliw (mgr.14182) 536 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:42.149982+0000 mgr.smithi067.djqliw (mgr.14182) 537 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:44.848 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:44.848 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:45.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:45.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:43.425937+0000 mgr.smithi067.djqliw (mgr.14182) 538 : 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 2023-10-26T13:19:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:43.425937+0000 mgr.smithi067.djqliw (mgr.14182) 538 : 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 2023-10-26T13:19:46.227 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:46.567 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:44.843005+0000 mgr.smithi067.djqliw (mgr.14182) 539 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:46.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:44.843005+0000 mgr.smithi067.djqliw (mgr.14182) 539 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:47.583 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:47.583 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:47.604 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:45.426424+0000 mgr.smithi067.djqliw (mgr.14182) 540 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:45.426424+0000 mgr.smithi067.djqliw (mgr.14182) 540 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:47.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:47.426863+0000 mgr.smithi067.djqliw (mgr.14182) 541 : 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 2023-10-26T13:19:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:47.578031+0000 mgr.smithi067.djqliw (mgr.14182) 542 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:48.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:47.426863+0000 mgr.smithi067.djqliw (mgr.14182) 541 : 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 2023-10-26T13:19:48.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:47.578031+0000 mgr.smithi067.djqliw (mgr.14182) 542 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:48.952 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:50.299 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:50.299 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:50.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:49.427476+0000 mgr.smithi067.djqliw (mgr.14182) 543 : 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 2023-10-26T13:19:50.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:50.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:49.427476+0000 mgr.smithi067.djqliw (mgr.14182) 543 : 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 2023-10-26T13:19:51.675 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:50.293844+0000 mgr.smithi067.djqliw (mgr.14182) 544 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:52.669 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:50.293844+0000 mgr.smithi067.djqliw (mgr.14182) 544 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:53.019 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:53.019 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:53.364 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:51.428071+0000 mgr.smithi067.djqliw (mgr.14182) 545 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:53.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:51.428071+0000 mgr.smithi067.djqliw (mgr.14182) 545 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:19:54.386 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:54.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:53.014748+0000 mgr.smithi067.djqliw (mgr.14182) 546 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:54.717 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:53.014748+0000 mgr.smithi067.djqliw (mgr.14182) 546 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:55.353 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:53.428589+0000 mgr.smithi067.djqliw (mgr.14182) 547 : 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 2023-10-26T13:19:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:53.428589+0000 mgr.smithi067.djqliw (mgr.14182) 547 : 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 2023-10-26T13:19:55.741 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:55.741 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:56.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:57.133 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:19:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:55.429206+0000 mgr.smithi067.djqliw (mgr.14182) 548 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:55.736690+0000 mgr.smithi067.djqliw (mgr.14182) 549 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:55.429206+0000 mgr.smithi067.djqliw (mgr.14182) 548 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:19:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:55.736690+0000 mgr.smithi067.djqliw (mgr.14182) 549 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:19:58.549 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:19:58.550 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:19:58.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:19:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:19:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:57.429693+0000 mgr.smithi067.djqliw (mgr.14182) 550 : 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 2023-10-26T13:19:59.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:19:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:57.429693+0000 mgr.smithi067.djqliw (mgr.14182) 550 : 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 2023-10-26T13:19:59.925 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:00.602 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:19:58.544551+0000 mgr.smithi067.djqliw (mgr.14182) 551 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:00.602 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:00.000118+0000 mon.smithi067 (mon.0) 662 : cluster [INF] overall HEALTH_OK 2023-10-26T13:20:00.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:19:58.544551+0000 mgr.smithi067.djqliw (mgr.14182) 551 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:00.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:00.000118+0000 mon.smithi067 (mon.0) 662 : cluster [INF] overall HEALTH_OK 2023-10-26T13:20:01.275 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:01.276 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:01.555 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:19:59.430064+0000 mgr.smithi067.djqliw (mgr.14182) 552 : 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 2023-10-26T13:20:01.556 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:01.270242+0000 mgr.smithi067.djqliw (mgr.14182) 553 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:01.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:19:59.430064+0000 mgr.smithi067.djqliw (mgr.14182) 552 : 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 2023-10-26T13:20:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:01.270242+0000 mgr.smithi067.djqliw (mgr.14182) 553 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:02.634 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:02.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:01.430584+0000 mgr.smithi067.djqliw (mgr.14182) 554 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:02.669 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:01.430584+0000 mgr.smithi067.djqliw (mgr.14182) 554 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:04.003 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:04.003 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:04.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:04.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:03.431136+0000 mgr.smithi067.djqliw (mgr.14182) 555 : 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 2023-10-26T13:20:04.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:03.997764+0000 mgr.smithi067.djqliw (mgr.14182) 556 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:04.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:03.431136+0000 mgr.smithi067.djqliw (mgr.14182) 555 : 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 2023-10-26T13:20:04.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:03.997764+0000 mgr.smithi067.djqliw (mgr.14182) 556 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:05.365 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:06.681 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:06.681 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:07.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:05.431575+0000 mgr.smithi067.djqliw (mgr.14182) 557 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:05.431575+0000 mgr.smithi067.djqliw (mgr.14182) 557 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:08.090 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:08.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:06.676525+0000 mgr.smithi067.djqliw (mgr.14182) 558 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:08.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:06.676525+0000 mgr.smithi067.djqliw (mgr.14182) 558 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:09.446 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:09.447 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:09.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:07.432224+0000 mgr.smithi067.djqliw (mgr.14182) 559 : 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 2023-10-26T13:20:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:07.432224+0000 mgr.smithi067.djqliw (mgr.14182) 559 : 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 2023-10-26T13:20:09.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:10.807 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:11.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:09.432585+0000 mgr.smithi067.djqliw (mgr.14182) 560 : 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 2023-10-26T13:20:11.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:09.441156+0000 mgr.smithi067.djqliw (mgr.14182) 561 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:11.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:09.432585+0000 mgr.smithi067.djqliw (mgr.14182) 560 : 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 2023-10-26T13:20:11.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:09.441156+0000 mgr.smithi067.djqliw (mgr.14182) 561 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:12.156 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:12.156 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:12.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:13.564 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:13.598 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:11.433082+0000 mgr.smithi067.djqliw (mgr.14182) 562 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:13.599 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:12.151091+0000 mgr.smithi067.djqliw (mgr.14182) 563 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:11.433082+0000 mgr.smithi067.djqliw (mgr.14182) 562 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:12.151091+0000 mgr.smithi067.djqliw (mgr.14182) 563 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:14.942 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:14.942 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:15.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:13.433718+0000 mgr.smithi067.djqliw (mgr.14182) 564 : 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 2023-10-26T13:20:15.720 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:13.433718+0000 mgr.smithi067.djqliw (mgr.14182) 564 : 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 2023-10-26T13:20:16.307 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:16.631 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:14.936957+0000 mgr.smithi067.djqliw (mgr.14182) 565 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:16.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:14.936957+0000 mgr.smithi067.djqliw (mgr.14182) 565 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:15.434280+0000 mgr.smithi067.djqliw (mgr.14182) 566 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:17.697 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:17.697 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:17.719 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:15.434280+0000 mgr.smithi067.djqliw (mgr.14182) 566 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:18.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:17.434839+0000 mgr.smithi067.djqliw (mgr.14182) 567 : 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 2023-10-26T13:20:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:17.692320+0000 mgr.smithi067.djqliw (mgr.14182) 568 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:18.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:17.434839+0000 mgr.smithi067.djqliw (mgr.14182) 567 : 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 2023-10-26T13:20:18.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:17.692320+0000 mgr.smithi067.djqliw (mgr.14182) 568 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:19.081 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:20.506 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:20.506 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:20.794 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:19.435242+0000 mgr.smithi067.djqliw (mgr.14182) 569 : 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 2023-10-26T13:20:20.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:20.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:19.435242+0000 mgr.smithi067.djqliw (mgr.14182) 569 : 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 2023-10-26T13:20:21.865 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:22.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:20.501570+0000 mgr.smithi067.djqliw (mgr.14182) 570 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:22.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:22 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:20.501570+0000 mgr.smithi067.djqliw (mgr.14182) 570 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:23.241 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:23.241 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:23.544 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:21.436026+0000 mgr.smithi067.djqliw (mgr.14182) 571 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:23.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:21.436026+0000 mgr.smithi067.djqliw (mgr.14182) 571 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:24.613 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:24.648 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:23.236099+0000 mgr.smithi067.djqliw (mgr.14182) 572 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:24.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:23.236099+0000 mgr.smithi067.djqliw (mgr.14182) 572 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:25.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:23.436539+0000 mgr.smithi067.djqliw (mgr.14182) 573 : 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 2023-10-26T13:20:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:23.436539+0000 mgr.smithi067.djqliw (mgr.14182) 573 : 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 2023-10-26T13:20:26.030 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:26.030 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:26.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:27.446 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:25.437041+0000 mgr.smithi067.djqliw (mgr.14182) 574 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:26.024790+0000 mgr.smithi067.djqliw (mgr.14182) 575 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:27.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:25.437041+0000 mgr.smithi067.djqliw (mgr.14182) 574 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:27.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:26.024790+0000 mgr.smithi067.djqliw (mgr.14182) 575 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:28.913 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:28.913 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:12:18.642163Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:29.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:27.437580+0000 mgr.smithi067.djqliw (mgr.14182) 576 : 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 2023-10-26T13:20:29.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:27.437580+0000 mgr.smithi067.djqliw (mgr.14182) 576 : 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 2023-10-26T13:20:30.321 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:30.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:28.907950+0000 mgr.smithi067.djqliw (mgr.14182) 577 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:30.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:29.438182+0000 mgr.smithi067.djqliw (mgr.14182) 578 : 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 2023-10-26T13:20:30.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:20:29.461381+0000 mgr.smithi067.djqliw (mgr.14182) 579 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.vmopii ... 2023-10-26T13:20:30.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:20:30.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:18:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:18:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:19:51Z" 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" 2023-10-26T13:20:30.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:20:30.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Traceback (most recent call last): 2023-10-26T13:20:30.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:20:30.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: yield (conn, connr) 2023-10-26T13:20:30.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:20:30.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: code, '\n'.join(err))) 2023-10-26T13:20:30.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.vmopii ... 2023-10-26T13:20:30.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:20:30.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:18:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:18:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:19:51Z" 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" 2023-10-26T13:20:30.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:20:30.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:20:29.461554+0000 mgr.smithi067.djqliw (mgr.14182) 580 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:29.461801+0000 mon.smithi067 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.vmopii"}]: dispatch 2023-10-26T13:20:30.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:20:29.462463+0000 mgr.smithi067.djqliw (mgr.14182) 581 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.vmopii ... 2023-10-26T13:20:30.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:20:30.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:18:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:18:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:19:51Z" 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" 2023-10-26T13:20:30.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:20:30.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:20:29.464870+0000 mgr.smithi067.djqliw (mgr.14182) 582 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.mmwiex on smithi067 2023-10-26T13:20:30.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:28.907950+0000 mgr.smithi067.djqliw (mgr.14182) 577 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:30.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:29.438182+0000 mgr.smithi067.djqliw (mgr.14182) 578 : 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 2023-10-26T13:20:30.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:20:29.461381+0000 mgr.smithi067.djqliw (mgr.14182) 579 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.674 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.674 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.675 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.vmopii ... 2023-10-26T13:20:30.676 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.676 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:20:30.676 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:18:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.676 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:18:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:19:51Z" 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" 2023-10-26T13:20:30.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:20:30.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Traceback (most recent call last): 2023-10-26T13:20:30.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:20:30.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: yield (conn, connr) 2023-10-26T13:20:30.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:20:30.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: code, '\n'.join(err))) 2023-10-26T13:20:30.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.679 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.679 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.679 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.vmopii ... 2023-10-26T13:20:30.679 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.679 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:20:30.680 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:18:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.680 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:18:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.680 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:19:51Z" 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" 2023-10-26T13:20:30.680 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:20:30.680 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.681 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:20:29.461554+0000 mgr.smithi067.djqliw (mgr.14182) 580 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.681 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:29.461801+0000 mon.smithi067 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.vmopii"}]: dispatch 2023-10-26T13:20:30.681 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:20:29.462463+0000 mgr.smithi067.djqliw (mgr.14182) 581 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.681 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii 2023-10-26T13:20:30.681 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii 2023-10-26T13:20:30.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.vmopii ... 2023-10-26T13:20:30.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:20:30.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:18:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:18:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:20:30.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:19:51Z" 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" 2023-10-26T13:20:30.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:20:30.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:20:30.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:20:29.464870+0000 mgr.smithi067.djqliw (mgr.14182) 582 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.mmwiex on smithi067 2023-10-26T13:20:31.684 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:31.684 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:32.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:33.055 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:33.395 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:31.438697+0000 mgr.smithi067.djqliw (mgr.14182) 583 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:33.396 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:31.678430+0000 mgr.smithi067.djqliw (mgr.14182) 584 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:31.438697+0000 mgr.smithi067.djqliw (mgr.14182) 583 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:31.678430+0000 mgr.smithi067.djqliw (mgr.14182) 584 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:34.401 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:34.401 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:34.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:35.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:33.439065+0000 mgr.smithi067.djqliw (mgr.14182) 585 : 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 2023-10-26T13:20:35.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:33.439065+0000 mgr.smithi067.djqliw (mgr.14182) 585 : 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 2023-10-26T13:20:35.802 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:36.464 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:34.396104+0000 mgr.smithi067.djqliw (mgr.14182) 586 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:36.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:34.396104+0000 mgr.smithi067.djqliw (mgr.14182) 586 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:37.216 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:37.217 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:37.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:35.439582+0000 mgr.smithi067.djqliw (mgr.14182) 587 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:37.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:35.439582+0000 mgr.smithi067.djqliw (mgr.14182) 587 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:38.578 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:38.613 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:37.211643+0000 mgr.smithi067.djqliw (mgr.14182) 588 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:37.211643+0000 mgr.smithi067.djqliw (mgr.14182) 588 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:39.514 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:37.440002+0000 mgr.smithi067.djqliw (mgr.14182) 589 : 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 2023-10-26T13:20:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:37.440002+0000 mgr.smithi067.djqliw (mgr.14182) 589 : 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 2023-10-26T13:20:39.873 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:39.874 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:40.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:40.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:39.440464+0000 mgr.smithi067.djqliw (mgr.14182) 590 : 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 2023-10-26T13:20:40.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:39.868708+0000 mgr.smithi067.djqliw (mgr.14182) 591 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:40.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:39.440464+0000 mgr.smithi067.djqliw (mgr.14182) 590 : 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 2023-10-26T13:20:40.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:39.868708+0000 mgr.smithi067.djqliw (mgr.14182) 591 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:41.269 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:42.615 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:42.616 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:42.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:41.440969+0000 mgr.smithi067.djqliw (mgr.14182) 592 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:43.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:41.440969+0000 mgr.smithi067.djqliw (mgr.14182) 592 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:43.977 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:44.629 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:42.609966+0000 mgr.smithi067.djqliw (mgr.14182) 593 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:44.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:42.609966+0000 mgr.smithi067.djqliw (mgr.14182) 593 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:45.284 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:45.284 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:45.549 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:43.441327+0000 mgr.smithi067.djqliw (mgr.14182) 594 : 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 2023-10-26T13:20:45.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:43.441327+0000 mgr.smithi067.djqliw (mgr.14182) 594 : 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 2023-10-26T13:20:46.653 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:47.661 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:45.279208+0000 mgr.smithi067.djqliw (mgr.14182) 595 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:47.662 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:45.441738+0000 mgr.smithi067.djqliw (mgr.14182) 596 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:45.279208+0000 mgr.smithi067.djqliw (mgr.14182) 595 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:45.441738+0000 mgr.smithi067.djqliw (mgr.14182) 596 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:48.037 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:48.038 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:48.348 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:47.442286+0000 mgr.smithi067.djqliw (mgr.14182) 597 : 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 2023-10-26T13:20:48.349 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:48.031671+0000 mgr.smithi067.djqliw (mgr.14182) 598 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:48.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:47.442286+0000 mgr.smithi067.djqliw (mgr.14182) 597 : 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 2023-10-26T13:20:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:48.031671+0000 mgr.smithi067.djqliw (mgr.14182) 598 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:49.401 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:50.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:49.442731+0000 mgr.smithi067.djqliw (mgr.14182) 599 : 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 2023-10-26T13:20:50.769 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:50.769 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:50.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:49.442731+0000 mgr.smithi067.djqliw (mgr.14182) 599 : 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 2023-10-26T13:20:51.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:52.174 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:52.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:50.764432+0000 mgr.smithi067.djqliw (mgr.14182) 600 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:50.764432+0000 mgr.smithi067.djqliw (mgr.14182) 600 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:53.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:51.443356+0000 mgr.smithi067.djqliw (mgr.14182) 601 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:53.544 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:53.544 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:53.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:51.443356+0000 mgr.smithi067.djqliw (mgr.14182) 601 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:20:53.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:54.877 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:55.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:53.443744+0000 mgr.smithi067.djqliw (mgr.14182) 602 : 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 2023-10-26T13:20:55.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:53.539603+0000 mgr.smithi067.djqliw (mgr.14182) 603 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:55.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:53.443744+0000 mgr.smithi067.djqliw (mgr.14182) 602 : 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 2023-10-26T13:20:55.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:53.539603+0000 mgr.smithi067.djqliw (mgr.14182) 603 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:56.298 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:56.299 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:56.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:55.444149+0000 mgr.smithi067.djqliw (mgr.14182) 604 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:57.684 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:20:57.718 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:55.444149+0000 mgr.smithi067.djqliw (mgr.14182) 604 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:20:58.556 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:56.293700+0000 mgr.smithi067.djqliw (mgr.14182) 605 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:58.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:56.293700+0000 mgr.smithi067.djqliw (mgr.14182) 605 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:59.082 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:20:59.082 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:20:59.389 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:57.445068+0000 mgr.smithi067.djqliw (mgr.14182) 606 : 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 2023-10-26T13:20:59.389 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:20:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:20:59.075689+0000 mgr.smithi067.djqliw (mgr.14182) 607 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:20:59.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:20:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:57.445068+0000 mgr.smithi067.djqliw (mgr.14182) 606 : 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 2023-10-26T13:20:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:20:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:20:59.075689+0000 mgr.smithi067.djqliw (mgr.14182) 607 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:00.442 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:00.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:20:59.445459+0000 mgr.smithi067.djqliw (mgr.14182) 608 : 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 2023-10-26T13:21:00.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:20:59.445459+0000 mgr.smithi067.djqliw (mgr.14182) 608 : 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 2023-10-26T13:21:01.698 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:01.698 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:02.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:03.109 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:01.445960+0000 mgr.smithi067.djqliw (mgr.14182) 609 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:01.692818+0000 mgr.smithi067.djqliw (mgr.14182) 610 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:01.445960+0000 mgr.smithi067.djqliw (mgr.14182) 609 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:01.692818+0000 mgr.smithi067.djqliw (mgr.14182) 610 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:04.478 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:04.478 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:04.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:03.446577+0000 mgr.smithi067.djqliw (mgr.14182) 611 : 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 2023-10-26T13:21:05.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:03.446577+0000 mgr.smithi067.djqliw (mgr.14182) 611 : 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 2023-10-26T13:21:05.841 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:06.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:04.473371+0000 mgr.smithi067.djqliw (mgr.14182) 612 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:06.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:04.473371+0000 mgr.smithi067.djqliw (mgr.14182) 612 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:07.206 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:07.207 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:07.555 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:05.447080+0000 mgr.smithi067.djqliw (mgr.14182) 613 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:07.555 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:07.200075+0000 mgr.smithi067.djqliw (mgr.14182) 614 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:07.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:05.447080+0000 mgr.smithi067.djqliw (mgr.14182) 613 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:07.200075+0000 mgr.smithi067.djqliw (mgr.14182) 614 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:08.619 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:08.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:07.447543+0000 mgr.smithi067.djqliw (mgr.14182) 615 : 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 2023-10-26T13:21:08.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:07.447543+0000 mgr.smithi067.djqliw (mgr.14182) 615 : 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 2023-10-26T13:21:10.031 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:10.032 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:10.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:10.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:09.448126+0000 mgr.smithi067.djqliw (mgr.14182) 616 : 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 2023-10-26T13:21:10.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:10.026587+0000 mgr.smithi067.djqliw (mgr.14182) 617 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:10.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:09.448126+0000 mgr.smithi067.djqliw (mgr.14182) 616 : 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 2023-10-26T13:21:10.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:10.026587+0000 mgr.smithi067.djqliw (mgr.14182) 617 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:11.399 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:12.740 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:12.740 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:13.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:13.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:11.448674+0000 mgr.smithi067.djqliw (mgr.14182) 618 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:11.448674+0000 mgr.smithi067.djqliw (mgr.14182) 618 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:14.124 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:14.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:12.734959+0000 mgr.smithi067.djqliw (mgr.14182) 619 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:14.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:12.734959+0000 mgr.smithi067.djqliw (mgr.14182) 619 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:15.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:13.449228+0000 mgr.smithi067.djqliw (mgr.14182) 620 : 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 2023-10-26T13:21:15.487 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:15.488 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:13.449228+0000 mgr.smithi067.djqliw (mgr.14182) 620 : 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 2023-10-26T13:21:15.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:16.849 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:17.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:15.449656+0000 mgr.smithi067.djqliw (mgr.14182) 621 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:17.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:15.482879+0000 mgr.smithi067.djqliw (mgr.14182) 622 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:15.449656+0000 mgr.smithi067.djqliw (mgr.14182) 621 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:15.482879+0000 mgr.smithi067.djqliw (mgr.14182) 622 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:18.196 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:18.197 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:18.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:17.450155+0000 mgr.smithi067.djqliw (mgr.14182) 623 : 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 2023-10-26T13:21:18.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:18.191653+0000 mgr.smithi067.djqliw (mgr.14182) 624 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:18.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:17.450155+0000 mgr.smithi067.djqliw (mgr.14182) 623 : 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 2023-10-26T13:21:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:18.191653+0000 mgr.smithi067.djqliw (mgr.14182) 624 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:19.580 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:20.601 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:19.450864+0000 mgr.smithi067.djqliw (mgr.14182) 625 : 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 2023-10-26T13:21:20.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:19.450864+0000 mgr.smithi067.djqliw (mgr.14182) 625 : 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 2023-10-26T13:21:20.977 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:20.977 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:21.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:22.340 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:22.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:22 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:20.972359+0000 mgr.smithi067.djqliw (mgr.14182) 626 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:22.690 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:20.972359+0000 mgr.smithi067.djqliw (mgr.14182) 626 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:23.283 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:21.451381+0000 mgr.smithi067.djqliw (mgr.14182) 627 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:21.451381+0000 mgr.smithi067.djqliw (mgr.14182) 627 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:23.764 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:23.765 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:24.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:25.131 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:25.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:23.451788+0000 mgr.smithi067.djqliw (mgr.14182) 628 : 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 2023-10-26T13:21:25.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:23.759382+0000 mgr.smithi067.djqliw (mgr.14182) 629 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:23.451788+0000 mgr.smithi067.djqliw (mgr.14182) 628 : 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 2023-10-26T13:21:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:23.759382+0000 mgr.smithi067.djqliw (mgr.14182) 629 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:26.483 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:26.484 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:26.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:25.452173+0000 mgr.smithi067.djqliw (mgr.14182) 630 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:27.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:25.452173+0000 mgr.smithi067.djqliw (mgr.14182) 630 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:27.847 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:28.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:26.478742+0000 mgr.smithi067.djqliw (mgr.14182) 631 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:26.478742+0000 mgr.smithi067.djqliw (mgr.14182) 631 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:29.246 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:29.247 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:29.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:27.452776+0000 mgr.smithi067.djqliw (mgr.14182) 632 : 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 2023-10-26T13:21:29.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:27.452776+0000 mgr.smithi067.djqliw (mgr.14182) 632 : 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 2023-10-26T13:21:30.569 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:30.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:29.241812+0000 mgr.smithi067.djqliw (mgr.14182) 633 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:30.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:29.241812+0000 mgr.smithi067.djqliw (mgr.14182) 633 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:31.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:29.453296+0000 mgr.smithi067.djqliw (mgr.14182) 634 : 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 2023-10-26T13:21:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:29.453296+0000 mgr.smithi067.djqliw (mgr.14182) 634 : 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 2023-10-26T13:21:31.903 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:31.903 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:32.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:32.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:31.453816+0000 mgr.smithi067.djqliw (mgr.14182) 635 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:32.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:31.898216+0000 mgr.smithi067.djqliw (mgr.14182) 636 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:32.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:31.453816+0000 mgr.smithi067.djqliw (mgr.14182) 635 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:32.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:31.898216+0000 mgr.smithi067.djqliw (mgr.14182) 636 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:33.273 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:34.672 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:34.673 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:34.700 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:33.454177+0000 mgr.smithi067.djqliw (mgr.14182) 637 : 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 2023-10-26T13:21:34.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:33.454177+0000 mgr.smithi067.djqliw (mgr.14182) 637 : 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 2023-10-26T13:21:35.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:35.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:34.667293+0000 mgr.smithi067.djqliw (mgr.14182) 638 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:35.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:34.667293+0000 mgr.smithi067.djqliw (mgr.14182) 638 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:36.054 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:35.454586+0000 mgr.smithi067.djqliw (mgr.14182) 639 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:37.506 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:37.506 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:35.454586+0000 mgr.smithi067.djqliw (mgr.14182) 639 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:37.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:38.904 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:39.606 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:37.455044+0000 mgr.smithi067.djqliw (mgr.14182) 640 : 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 2023-10-26T13:21:39.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:37.501493+0000 mgr.smithi067.djqliw (mgr.14182) 641 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:37.455044+0000 mgr.smithi067.djqliw (mgr.14182) 640 : 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 2023-10-26T13:21:39.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:37.501493+0000 mgr.smithi067.djqliw (mgr.14182) 641 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:40.289 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:40.289 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:40.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:41.640 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:39.455424+0000 mgr.smithi067.djqliw (mgr.14182) 642 : 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 2023-10-26T13:21:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:40.281792+0000 mgr.smithi067.djqliw (mgr.14182) 643 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:41.674 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:39.455424+0000 mgr.smithi067.djqliw (mgr.14182) 642 : 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 2023-10-26T13:21:41.674 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:40.281792+0000 mgr.smithi067.djqliw (mgr.14182) 643 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:42.597 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:41.455980+0000 mgr.smithi067.djqliw (mgr.14182) 644 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:42.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:41.455980+0000 mgr.smithi067.djqliw (mgr.14182) 644 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:43.001 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:43.001 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:43.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:43.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:42.996156+0000 mgr.smithi067.djqliw (mgr.14182) 645 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:43.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:42.996156+0000 mgr.smithi067.djqliw (mgr.14182) 645 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:44.370 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:44.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:43.456497+0000 mgr.smithi067.djqliw (mgr.14182) 646 : 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 2023-10-26T13:21:44.704 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:43.456497+0000 mgr.smithi067.djqliw (mgr.14182) 646 : 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 2023-10-26T13:21:45.808 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:45.808 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:46.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:47.219 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:47.545 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:45.456896+0000 mgr.smithi067.djqliw (mgr.14182) 647 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:47.545 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:45.803284+0000 mgr.smithi067.djqliw (mgr.14182) 648 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:45.456896+0000 mgr.smithi067.djqliw (mgr.14182) 647 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:45.803284+0000 mgr.smithi067.djqliw (mgr.14182) 648 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:48.586 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:48.587 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:48.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:47.457375+0000 mgr.smithi067.djqliw (mgr.14182) 649 : 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 2023-10-26T13:21:49.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:47.457375+0000 mgr.smithi067.djqliw (mgr.14182) 649 : 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 2023-10-26T13:21:49.952 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:50.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:48.581509+0000 mgr.smithi067.djqliw (mgr.14182) 650 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:50.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:48.581509+0000 mgr.smithi067.djqliw (mgr.14182) 650 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:51.334 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:51.334 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:51.658 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:49.457850+0000 mgr.smithi067.djqliw (mgr.14182) 651 : 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 2023-10-26T13:21:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:49.457850+0000 mgr.smithi067.djqliw (mgr.14182) 651 : 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 2023-10-26T13:21:51.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:51.327369+0000 mgr.smithi067.djqliw (mgr.14182) 652 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:51.458415+0000 mgr.smithi067.djqliw (mgr.14182) 653 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:52.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:51.327369+0000 mgr.smithi067.djqliw (mgr.14182) 652 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:52.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:51.458415+0000 mgr.smithi067.djqliw (mgr.14182) 653 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:21:52.736 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:54.134 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:54.134 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:54.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:54.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:53.458889+0000 mgr.smithi067.djqliw (mgr.14182) 654 : 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 2023-10-26T13:21:54.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:54.128214+0000 mgr.smithi067.djqliw (mgr.14182) 655 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:54.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:53.458889+0000 mgr.smithi067.djqliw (mgr.14182) 654 : 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 2023-10-26T13:21:54.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:54.128214+0000 mgr.smithi067.djqliw (mgr.14182) 655 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:55.479 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:56.851 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:56.851 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:57.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:21:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:55.459375+0000 mgr.smithi067.djqliw (mgr.14182) 656 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:55.459375+0000 mgr.smithi067.djqliw (mgr.14182) 656 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:21:58.228 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:21:58.585 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:56.845859+0000 mgr.smithi067.djqliw (mgr.14182) 657 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:58.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:56.845859+0000 mgr.smithi067.djqliw (mgr.14182) 657 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:21:59.642 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:21:59.642 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:21:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:21:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:57.459834+0000 mgr.smithi067.djqliw (mgr.14182) 658 : 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 2023-10-26T13:21:59.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:21:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:57.459834+0000 mgr.smithi067.djqliw (mgr.14182) 658 : 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 2023-10-26T13:22:00.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:00.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:21:59.460174+0000 mgr.smithi067.djqliw (mgr.14182) 659 : 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 2023-10-26T13:22:00.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:21:59.637401+0000 mgr.smithi067.djqliw (mgr.14182) 660 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:00.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:21:59.460174+0000 mgr.smithi067.djqliw (mgr.14182) 659 : 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 2023-10-26T13:22:00.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:21:59.637401+0000 mgr.smithi067.djqliw (mgr.14182) 660 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:01.051 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:02.403 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:02.404 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:02.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:01.460673+0000 mgr.smithi067.djqliw (mgr.14182) 661 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:03.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:01.460673+0000 mgr.smithi067.djqliw (mgr.14182) 661 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:03.826 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:04.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:02.398348+0000 mgr.smithi067.djqliw (mgr.14182) 662 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:04.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:02.398348+0000 mgr.smithi067.djqliw (mgr.14182) 662 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:05.189 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:05.190 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:05.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:03.461067+0000 mgr.smithi067.djqliw (mgr.14182) 663 : 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 2023-10-26T13:22:05.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:03.461067+0000 mgr.smithi067.djqliw (mgr.14182) 663 : 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 2023-10-26T13:22:06.569 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:06.604 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:05.184635+0000 mgr.smithi067.djqliw (mgr.14182) 664 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:06.604 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:05.461499+0000 mgr.smithi067.djqliw (mgr.14182) 665 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:06.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:05.184635+0000 mgr.smithi067.djqliw (mgr.14182) 664 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:06.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:05.461499+0000 mgr.smithi067.djqliw (mgr.14182) 665 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:07.942 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:07.942 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:08.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:08.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:07.461954+0000 mgr.smithi067.djqliw (mgr.14182) 666 : 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 2023-10-26T13:22:08.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:07.937072+0000 mgr.smithi067.djqliw (mgr.14182) 667 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:08.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:07.461954+0000 mgr.smithi067.djqliw (mgr.14182) 666 : 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 2023-10-26T13:22:08.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:07.937072+0000 mgr.smithi067.djqliw (mgr.14182) 667 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:09.309 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:10.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:09.462353+0000 mgr.smithi067.djqliw (mgr.14182) 668 : 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 2023-10-26T13:22:10.727 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:10.728 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:10.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:09.462353+0000 mgr.smithi067.djqliw (mgr.14182) 668 : 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 2023-10-26T13:22:11.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:12.109 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:12.467 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:10.722197+0000 mgr.smithi067.djqliw (mgr.14182) 669 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:12.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:10.722197+0000 mgr.smithi067.djqliw (mgr.14182) 669 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:13.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:11.462895+0000 mgr.smithi067.djqliw (mgr.14182) 670 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:13.486 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:13.486 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:13.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:11.462895+0000 mgr.smithi067.djqliw (mgr.14182) 670 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:13.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:14.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:13.463258+0000 mgr.smithi067.djqliw (mgr.14182) 671 : 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 2023-10-26T13:22:14.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:13.481280+0000 mgr.smithi067.djqliw (mgr.14182) 672 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:14.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:13.463258+0000 mgr.smithi067.djqliw (mgr.14182) 671 : 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 2023-10-26T13:22:14.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:13.481280+0000 mgr.smithi067.djqliw (mgr.14182) 672 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:14.866 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:16.250 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:16.250 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:16.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:17.615 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:17.651 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:15.463666+0000 mgr.smithi067.djqliw (mgr.14182) 673 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:17.651 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:16.244921+0000 mgr.smithi067.djqliw (mgr.14182) 674 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:15.463666+0000 mgr.smithi067.djqliw (mgr.14182) 673 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:16.244921+0000 mgr.smithi067.djqliw (mgr.14182) 674 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:18.577 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:17.464246+0000 mgr.smithi067.djqliw (mgr.14182) 675 : 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 2023-10-26T13:22:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:17.464246+0000 mgr.smithi067.djqliw (mgr.14182) 675 : 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 2023-10-26T13:22:18.982 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:18.983 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:19.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:18.977453+0000 mgr.smithi067.djqliw (mgr.14182) 676 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:19.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:18.977453+0000 mgr.smithi067.djqliw (mgr.14182) 676 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:20.349 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:20.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:19.464755+0000 mgr.smithi067.djqliw (mgr.14182) 677 : 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 2023-10-26T13:22:20.691 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:19.464755+0000 mgr.smithi067.djqliw (mgr.14182) 677 : 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 2023-10-26T13:22:21.756 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:21.756 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:22.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:23.164 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:23.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:21.465249+0000 mgr.smithi067.djqliw (mgr.14182) 678 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:23.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:21.751115+0000 mgr.smithi067.djqliw (mgr.14182) 679 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:21.465249+0000 mgr.smithi067.djqliw (mgr.14182) 678 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:21.751115+0000 mgr.smithi067.djqliw (mgr.14182) 679 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:24.654 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:24.671 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:24.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:23.465652+0000 mgr.smithi067.djqliw (mgr.14182) 680 : 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 2023-10-26T13:22:24.675 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:23.465652+0000 mgr.smithi067.djqliw (mgr.14182) 680 : 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 2023-10-26T13:22:25.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:24.645740+0000 mgr.smithi067.djqliw (mgr.14182) 681 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:25.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:24.645740+0000 mgr.smithi067.djqliw (mgr.14182) 681 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:26.057 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:27.456 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:27.456 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:25.466205+0000 mgr.smithi067.djqliw (mgr.14182) 682 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:25.466205+0000 mgr.smithi067.djqliw (mgr.14182) 682 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:27.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:27.450731+0000 mgr.smithi067.djqliw (mgr.14182) 683 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:27.466662+0000 mgr.smithi067.djqliw (mgr.14182) 684 : 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 2023-10-26T13:22:28.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:27.450731+0000 mgr.smithi067.djqliw (mgr.14182) 683 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:28.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:27.466662+0000 mgr.smithi067.djqliw (mgr.14182) 684 : 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 2023-10-26T13:22:28.822 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:30.119 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:30.119 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:30.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:30.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:29.467183+0000 mgr.smithi067.djqliw (mgr.14182) 685 : 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 2023-10-26T13:22:30.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:30.113316+0000 mgr.smithi067.djqliw (mgr.14182) 686 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:30.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:29.467183+0000 mgr.smithi067.djqliw (mgr.14182) 685 : 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 2023-10-26T13:22:30.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:30.113316+0000 mgr.smithi067.djqliw (mgr.14182) 686 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:31.532 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:32.609 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:31.467846+0000 mgr.smithi067.djqliw (mgr.14182) 687 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:32.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:31.467846+0000 mgr.smithi067.djqliw (mgr.14182) 687 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:32.990 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:32.990 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:33.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:33.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:32.985229+0000 mgr.smithi067.djqliw (mgr.14182) 688 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:33.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:32.985229+0000 mgr.smithi067.djqliw (mgr.14182) 688 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:34.407 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:34.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:33.468277+0000 mgr.smithi067.djqliw (mgr.14182) 689 : 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 2023-10-26T13:22:34.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:33.468277+0000 mgr.smithi067.djqliw (mgr.14182) 689 : 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 2023-10-26T13:22:35.815 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:35.815 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:36.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:37.173 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:35.468710+0000 mgr.smithi067.djqliw (mgr.14182) 690 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:35.809798+0000 mgr.smithi067.djqliw (mgr.14182) 691 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:35.468710+0000 mgr.smithi067.djqliw (mgr.14182) 690 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:37.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:35.809798+0000 mgr.smithi067.djqliw (mgr.14182) 691 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:38.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:37.469378+0000 mgr.smithi067.djqliw (mgr.14182) 692 : 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 2023-10-26T13:22:38.504 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:38.505 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:37.469378+0000 mgr.smithi067.djqliw (mgr.14182) 692 : 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 2023-10-26T13:22:38.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:38.499728+0000 mgr.smithi067.djqliw (mgr.14182) 693 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:39.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:38.499728+0000 mgr.smithi067.djqliw (mgr.14182) 693 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:39.922 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:40.632 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:39.469864+0000 mgr.smithi067.djqliw (mgr.14182) 694 : 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 2023-10-26T13:22:40.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:39.469864+0000 mgr.smithi067.djqliw (mgr.14182) 694 : 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 2023-10-26T13:22:41.270 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:41.270 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:41.585 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:41.265163+0000 mgr.smithi067.djqliw (mgr.14182) 695 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:41.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:41.265163+0000 mgr.smithi067.djqliw (mgr.14182) 695 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:42.629 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:42.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:41.470529+0000 mgr.smithi067.djqliw (mgr.14182) 696 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:42.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:41.470529+0000 mgr.smithi067.djqliw (mgr.14182) 696 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:44.036 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:44.036 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:44.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:44.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:43.470990+0000 mgr.smithi067.djqliw (mgr.14182) 697 : 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 2023-10-26T13:22:44.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:44.031167+0000 mgr.smithi067.djqliw (mgr.14182) 698 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:44.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:43.470990+0000 mgr.smithi067.djqliw (mgr.14182) 697 : 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 2023-10-26T13:22:44.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:44.031167+0000 mgr.smithi067.djqliw (mgr.14182) 698 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:45.406 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:46.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:45.471426+0000 mgr.smithi067.djqliw (mgr.14182) 699 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:46.790 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:46.791 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:46.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:45.471426+0000 mgr.smithi067.djqliw (mgr.14182) 699 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:47.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:47.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:46.785708+0000 mgr.smithi067.djqliw (mgr.14182) 700 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:47.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:46.785708+0000 mgr.smithi067.djqliw (mgr.14182) 700 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:48.145 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:48.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:47.471883+0000 mgr.smithi067.djqliw (mgr.14182) 701 : 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 2023-10-26T13:22:48.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:47.471883+0000 mgr.smithi067.djqliw (mgr.14182) 701 : 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 2023-10-26T13:22:49.410 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:49.410 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:49.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:50.819 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:50.852 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:49.405208+0000 mgr.smithi067.djqliw (mgr.14182) 702 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:50.853 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:49.472236+0000 mgr.smithi067.djqliw (mgr.14182) 703 : 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 2023-10-26T13:22:50.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:49.405208+0000 mgr.smithi067.djqliw (mgr.14182) 702 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:50.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:49.472236+0000 mgr.smithi067.djqliw (mgr.14182) 703 : 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 2023-10-26T13:22:52.137 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:52.138 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:52.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:51.472723+0000 mgr.smithi067.djqliw (mgr.14182) 704 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:52.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:52.132297+0000 mgr.smithi067.djqliw (mgr.14182) 705 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:52.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:51.472723+0000 mgr.smithi067.djqliw (mgr.14182) 704 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:22:52.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:52.132297+0000 mgr.smithi067.djqliw (mgr.14182) 705 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:53.505 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:54.877 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:54.878 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:54.898 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:53.473132+0000 mgr.smithi067.djqliw (mgr.14182) 706 : 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 2023-10-26T13:22:54.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:53.473132+0000 mgr.smithi067.djqliw (mgr.14182) 706 : 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 2023-10-26T13:22:55.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:55.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:54.872349+0000 mgr.smithi067.djqliw (mgr.14182) 707 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:55.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:54.872349+0000 mgr.smithi067.djqliw (mgr.14182) 707 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:56.338 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:56.669 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:55.473501+0000 mgr.smithi067.djqliw (mgr.14182) 708 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:56.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:55.473501+0000 mgr.smithi067.djqliw (mgr.14182) 708 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:22:57.713 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:22:57.713 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:14:55.811685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.zhzjas on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-zhzjas\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.zhzjas\nDeploy daemon haproxy.nfs.foo.smithi175.zhzjas ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:13:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:13:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:14:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.430400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dasjqu on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-dasjqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.dasjqu\nDeploy daemon haproxy.nfs.foo.smithi067.dasjqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:15:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:16:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:17:25.435012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.hgkgvy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:22:58.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:22:58.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:57.473954+0000 mgr.smithi067.djqliw (mgr.14182) 709 : 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 2023-10-26T13:22:58.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:57.707924+0000 mgr.smithi067.djqliw (mgr.14182) 710 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:58.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:57.473954+0000 mgr.smithi067.djqliw (mgr.14182) 709 : 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 2023-10-26T13:22:58.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:57.707924+0000 mgr.smithi067.djqliw (mgr.14182) 710 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:22:59.079 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:22:59.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:22:59.291963+0000 mgr.smithi067.djqliw (mgr.14182) 711 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.mmwiex ... 2023-10-26T13:22:59.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:22:59.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:21:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:21:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:22:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:22:59.724 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Traceback (most recent call last): 2023-10-26T13:22:59.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:22:59.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: yield (conn, connr) 2023-10-26T13:22:59.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:22:59.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: code, '\n'.join(err))) 2023-10-26T13:22:59.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.727 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.mmwiex ... 2023-10-26T13:22:59.727 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.727 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:22:59.727 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:21:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.728 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:21:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.728 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:22:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.728 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:22:59.728 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.728 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:22:59.292164+0000 mgr.smithi067.djqliw (mgr.14182) 712 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.729 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:59.292548+0000 mon.smithi067 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.mmwiex"}]: dispatch 2023-10-26T13:22:59.729 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:22:59.293222+0000 mgr.smithi067.djqliw (mgr.14182) 713 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.729 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.729 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.729 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.730 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.mmwiex ... 2023-10-26T13:22:59.730 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.730 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:22:59.730 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:21:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.731 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:21:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.731 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:22:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.731 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:22:59.731 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.731 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:22:59.294487+0000 mgr.smithi067.djqliw (mgr.14182) 714 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:22:59.732 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:22:59.295485+0000 mgr.smithi067.djqliw (mgr.14182) 715 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:22:59.732 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:59.296164+0000 mgr.smithi067.djqliw (mgr.14182) 716 : cluster [DBG] pgmap v425: 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 2023-10-26T13:22:59.732 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:22:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:59.297953+0000 mon.smithi067 (mon.0) 665 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:22:59.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:22:59.291963+0000 mgr.smithi067.djqliw (mgr.14182) 711 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.mmwiex ... 2023-10-26T13:22:59.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.914 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:22:59.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:21:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:21:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:22:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.915 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:22:59.916 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.916 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Traceback (most recent call last): 2023-10-26T13:22:59.916 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:22:59.916 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: yield (conn, connr) 2023-10-26T13:22:59.916 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:22:59.917 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: code, '\n'.join(err))) 2023-10-26T13:22:59.917 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.917 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.917 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.917 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.918 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.mmwiex ... 2023-10-26T13:22:59.918 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.918 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:22:59.918 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:21:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.919 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:21:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.919 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:22:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.919 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:22:59.919 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.920 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:22:59.292164+0000 mgr.smithi067.djqliw (mgr.14182) 712 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.920 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:59.292548+0000 mon.smithi067 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.mmwiex"}]: dispatch 2023-10-26T13:22:59.920 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:22:59.293222+0000 mgr.smithi067.djqliw (mgr.14182) 713 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.920 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex 2023-10-26T13:22:59.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex 2023-10-26T13:22:59.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.mmwiex ... 2023-10-26T13:22:59.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:22:59.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:21:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:21:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:22:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:22:59.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:22:59.923 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:22:59.923 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:22:59.294487+0000 mgr.smithi067.djqliw (mgr.14182) 714 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:22:59.923 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:22:59.295485+0000 mgr.smithi067.djqliw (mgr.14182) 715 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:22:59.923 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:59.296164+0000 mgr.smithi067.djqliw (mgr.14182) 716 : cluster [DBG] pgmap v425: 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 2023-10-26T13:22:59.923 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:22:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:59.297953+0000 mon.smithi067 (mon.0) 665 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:23:00.590 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:00.590 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:17:29.075816Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:17:26.899512Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:17:29.075949Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:17:26.900145Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:17:26.899672Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:17:26.899750Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:17:29.076464Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:17:26.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:17:26.899885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:17:29.076079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:00.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:22:59.537143+0000 mon.smithi067 (mon.0) 666 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-26T13:23:00.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:59.547277+0000 mon.smithi067 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:00.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:22:59.558658+0000 mon.smithi067 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:00.915 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:22:59.537143+0000 mon.smithi067 (mon.0) 666 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-26T13:23:00.915 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:59.547277+0000 mon.smithi067 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:00.915 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:22:59.558658+0000 mon.smithi067 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:01.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:02.177 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:00.584808+0000 mgr.smithi067.djqliw (mgr.14182) 717 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:02.177 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:00.976026+0000 mon.smithi067 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:02.177 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:01.258495+0000 mon.smithi067 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:02.177 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:01.259257+0000 mon.smithi067 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:02.178 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:01.260023+0000 mon.smithi067 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:02.178 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:01.260672+0000 mon.smithi067 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:02.178 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:23:01.261178+0000 mgr.smithi067.djqliw (mgr.14182) 718 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 2966M 2023-10-26T13:23:02.178 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:01.265560+0000 mon.smithi067 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:02.179 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:01.296813+0000 mgr.smithi067.djqliw (mgr.14182) 719 : cluster [DBG] pgmap v426: 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 2023-10-26T13:23:02.261 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:02.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:00.584808+0000 mgr.smithi067.djqliw (mgr.14182) 717 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:02.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:00.976026+0000 mon.smithi067 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:02.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:01.258495+0000 mon.smithi067 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:02.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:01.259257+0000 mon.smithi067 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:02.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:01.260023+0000 mon.smithi067 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:02.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:01.260672+0000 mon.smithi067 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:02.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:23:01.261178+0000 mgr.smithi067.djqliw (mgr.14182) 718 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 2966M 2023-10-26T13:23:02.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:01.265560+0000 mon.smithi067 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:02.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:01.296813+0000 mgr.smithi067.djqliw (mgr.14182) 719 : cluster [DBG] pgmap v426: 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 2023-10-26T13:23:04.075 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:04.075 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:04.100 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:02.917304+0000 mon.smithi067 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:04.100 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:03.294961+0000 mon.smithi067 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:04.101 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:03.297271+0000 mgr.smithi067.djqliw (mgr.14182) 720 : cluster [DBG] pgmap v427: 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 2023-10-26T13:23:04.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:02.917304+0000 mon.smithi067 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:04.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:03.294961+0000 mon.smithi067 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:04.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:03.297271+0000 mgr.smithi067.djqliw (mgr.14182) 720 : cluster [DBG] pgmap v427: 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 2023-10-26T13:23:04.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:05.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.052820+0000 mon.smithi067 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:05.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.070296+0000 mgr.smithi067.djqliw (mgr.14182) 721 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:05.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.553346+0000 mon.smithi067 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:05.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.554043+0000 mon.smithi067 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:05.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.554636+0000 mon.smithi067 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:05.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.555172+0000 mon.smithi067 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:05.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.561286+0000 mon.smithi067 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:05.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.562426+0000 mon.smithi067 (mon.0) 683 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:23:05.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.563042+0000 mon.smithi067 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:23:05.414 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.568978+0000 mon.smithi067 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:05.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.572596+0000 mon.smithi067 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:23:05.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:04.581390+0000 mon.smithi067 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:05.453 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:05.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.052820+0000 mon.smithi067 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:05.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.070296+0000 mgr.smithi067.djqliw (mgr.14182) 721 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:05.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.553346+0000 mon.smithi067 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:05.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.554043+0000 mon.smithi067 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:05.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.554636+0000 mon.smithi067 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:05.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.555172+0000 mon.smithi067 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-26T13:23:05.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.561286+0000 mon.smithi067 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:05.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.562426+0000 mon.smithi067 (mon.0) 683 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:23:05.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.563042+0000 mon.smithi067 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:23:05.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.568978+0000 mon.smithi067 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:05.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.572596+0000 mon.smithi067 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:23:05.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:04.581390+0000 mon.smithi067 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:06.316 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:23:04.555598+0000 mgr.smithi067.djqliw (mgr.14182) 722 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 1942M 2023-10-26T13:23:06.316 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:04.569362+0000 mgr.smithi067.djqliw (mgr.14182) 723 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-10-26T13:23:06.316 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:23:04.583381+0000 mgr.smithi067.djqliw (mgr.14182) 724 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.ntxpmu on smithi175 2023-10-26T13:23:06.317 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:05.567598+0000 mon.smithi067 (mon.0) 688 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-10-26T13:23:06.317 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:05.567650+0000 mon.smithi067 (mon.0) 689 : cluster [INF] Cluster is now healthy 2023-10-26T13:23:06.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:23:04.555598+0000 mgr.smithi067.djqliw (mgr.14182) 722 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 1942M 2023-10-26T13:23:06.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:04.569362+0000 mgr.smithi067.djqliw (mgr.14182) 723 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-10-26T13:23:06.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:23:04.583381+0000 mgr.smithi067.djqliw (mgr.14182) 724 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.ntxpmu on smithi175 2023-10-26T13:23:06.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:05.567598+0000 mon.smithi067 (mon.0) 688 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-10-26T13:23:06.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:05.567650+0000 mon.smithi067 (mon.0) 689 : cluster [INF] Cluster is now healthy 2023-10-26T13:23:06.842 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:06.842 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:07.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:07.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:06.569857+0000 mgr.smithi067.djqliw (mgr.14182) 725 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-10-26T13:23:07.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:06.836964+0000 mgr.smithi067.djqliw (mgr.14182) 726 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:06.569857+0000 mgr.smithi067.djqliw (mgr.14182) 725 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-10-26T13:23:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:06.836964+0000 mgr.smithi067.djqliw (mgr.14182) 726 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:08.210 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:09.583 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:09.583 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:09.882 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:08.570216+0000 mgr.smithi067.djqliw (mgr.14182) 727 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-10-26T13:23:09.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:08.570216+0000 mgr.smithi067.djqliw (mgr.14182) 727 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-10-26T13:23:09.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:10.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:09.578394+0000 mgr.smithi067.djqliw (mgr.14182) 728 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:10.951 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:10.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:09.578394+0000 mgr.smithi067.djqliw (mgr.14182) 728 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:11.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:10.570857+0000 mgr.smithi067.djqliw (mgr.14182) 729 : cluster [DBG] pgmap v431: 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 2023-10-26T13:23:11.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:10.570857+0000 mgr.smithi067.djqliw (mgr.14182) 729 : cluster [DBG] pgmap v431: 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 2023-10-26T13:23:12.311 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:12.311 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:12.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:13.686 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:13.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:12.306533+0000 mgr.smithi067.djqliw (mgr.14182) 730 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:13.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:12.571573+0000 mgr.smithi067.djqliw (mgr.14182) 731 : 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 2023-10-26T13:23:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:12.306533+0000 mgr.smithi067.djqliw (mgr.14182) 730 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:12.571573+0000 mgr.smithi067.djqliw (mgr.14182) 731 : 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 2023-10-26T13:23:15.074 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:15.074 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:15.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:15.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:14.571919+0000 mgr.smithi067.djqliw (mgr.14182) 732 : cluster [DBG] pgmap v433: 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 2023-10-26T13:23:15.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:15.069076+0000 mgr.smithi067.djqliw (mgr.14182) 733 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:15.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:14.571919+0000 mgr.smithi067.djqliw (mgr.14182) 732 : cluster [DBG] pgmap v433: 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 2023-10-26T13:23:15.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:15.069076+0000 mgr.smithi067.djqliw (mgr.14182) 733 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:16.450 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:17.387 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:16.572435+0000 mgr.smithi067.djqliw (mgr.14182) 734 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:16.572435+0000 mgr.smithi067.djqliw (mgr.14182) 734 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:17.780 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:17.780 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:18.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:19.160 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:19.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:17.775531+0000 mgr.smithi067.djqliw (mgr.14182) 735 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:19.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:17.917659+0000 mon.smithi067 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:19.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:17.775531+0000 mgr.smithi067.djqliw (mgr.14182) 735 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:19.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:17.917659+0000 mon.smithi067 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:23:20.178 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:18.572986+0000 mgr.smithi067.djqliw (mgr.14182) 736 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:20.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:18.572986+0000 mgr.smithi067.djqliw (mgr.14182) 736 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:20.568 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:20.569 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:20.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:21.935 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:22.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:20.563755+0000 mgr.smithi067.djqliw (mgr.14182) 737 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:22.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:20.573381+0000 mgr.smithi067.djqliw (mgr.14182) 738 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:23:22.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:20.563755+0000 mgr.smithi067.djqliw (mgr.14182) 737 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:22.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:20.573381+0000 mgr.smithi067.djqliw (mgr.14182) 738 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:23:23.352 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:23.353 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:23.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:24.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:22.573830+0000 mgr.smithi067.djqliw (mgr.14182) 739 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:24.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:22.573830+0000 mgr.smithi067.djqliw (mgr.14182) 739 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:24.775 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:25.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:23.347990+0000 mgr.smithi067.djqliw (mgr.14182) 740 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:25.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:23.347990+0000 mgr.smithi067.djqliw (mgr.14182) 740 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:26.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:24.574413+0000 mgr.smithi067.djqliw (mgr.14182) 741 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:26.278 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:26.279 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:26.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:24.574413+0000 mgr.smithi067.djqliw (mgr.14182) 741 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:26.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:27.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:26.273490+0000 mgr.smithi067.djqliw (mgr.14182) 742 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:27.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:26.273490+0000 mgr.smithi067.djqliw (mgr.14182) 742 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:27.642 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:28.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:26.574974+0000 mgr.smithi067.djqliw (mgr.14182) 743 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:28.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:26.574974+0000 mgr.smithi067.djqliw (mgr.14182) 743 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:28.946 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:28.946 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:29.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:30.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:28.575346+0000 mgr.smithi067.djqliw (mgr.14182) 744 : 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 2023-10-26T13:23:30.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:28.939801+0000 mgr.smithi067.djqliw (mgr.14182) 745 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:30.341 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:30.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:28.575346+0000 mgr.smithi067.djqliw (mgr.14182) 744 : 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 2023-10-26T13:23:30.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:28.939801+0000 mgr.smithi067.djqliw (mgr.14182) 745 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:31.747 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:31.748 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:32.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:30.575758+0000 mgr.smithi067.djqliw (mgr.14182) 746 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:23:32.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:32.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:30.575758+0000 mgr.smithi067.djqliw (mgr.14182) 746 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:23:33.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:31.742146+0000 mgr.smithi067.djqliw (mgr.14182) 747 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:33.299 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:33.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:31.742146+0000 mgr.smithi067.djqliw (mgr.14182) 747 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:34.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:32.576433+0000 mgr.smithi067.djqliw (mgr.14182) 748 : 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 2023-10-26T13:23:34.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:32.576433+0000 mgr.smithi067.djqliw (mgr.14182) 748 : 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 2023-10-26T13:23:34.719 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:34.719 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:35.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:36.144 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:36.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:34.576895+0000 mgr.smithi067.djqliw (mgr.14182) 749 : 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 2023-10-26T13:23:36.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:34.714215+0000 mgr.smithi067.djqliw (mgr.14182) 750 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:36.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:34.576895+0000 mgr.smithi067.djqliw (mgr.14182) 749 : 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 2023-10-26T13:23:36.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:34.714215+0000 mgr.smithi067.djqliw (mgr.14182) 750 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:37.607 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:37.608 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:37.633 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:36.577532+0000 mgr.smithi067.djqliw (mgr.14182) 751 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:36.577532+0000 mgr.smithi067.djqliw (mgr.14182) 751 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:38.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:37.602402+0000 mgr.smithi067.djqliw (mgr.14182) 752 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:38.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:37.602402+0000 mgr.smithi067.djqliw (mgr.14182) 752 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:39.041 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:39.439 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:38.578060+0000 mgr.smithi067.djqliw (mgr.14182) 753 : 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 2023-10-26T13:23:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:38.578060+0000 mgr.smithi067.djqliw (mgr.14182) 753 : 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 2023-10-26T13:23:40.512 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:40.512 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:40.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:41.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:40.507420+0000 mgr.smithi067.djqliw (mgr.14182) 754 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:41.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:40.578509+0000 mgr.smithi067.djqliw (mgr.14182) 755 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:23:41.935 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:41.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:40.507420+0000 mgr.smithi067.djqliw (mgr.14182) 754 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:41.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:40.578509+0000 mgr.smithi067.djqliw (mgr.14182) 755 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:23:43.348 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:43.348 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:43.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:43.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:42.578971+0000 mgr.smithi067.djqliw (mgr.14182) 756 : 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 2023-10-26T13:23:43.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:42.578971+0000 mgr.smithi067.djqliw (mgr.14182) 756 : 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 2023-10-26T13:23:44.706 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:44.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:43.342763+0000 mgr.smithi067.djqliw (mgr.14182) 757 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:44.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:43.342763+0000 mgr.smithi067.djqliw (mgr.14182) 757 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:45.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:44.579643+0000 mgr.smithi067.djqliw (mgr.14182) 758 : 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 2023-10-26T13:23:45.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:44.579643+0000 mgr.smithi067.djqliw (mgr.14182) 758 : 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 2023-10-26T13:23:46.029 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:46.029 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:46.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:46.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:46.024214+0000 mgr.smithi067.djqliw (mgr.14182) 759 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:46.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:46.024214+0000 mgr.smithi067.djqliw (mgr.14182) 759 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:47.463 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:47.814 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:46.580156+0000 mgr.smithi067.djqliw (mgr.14182) 760 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:47.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:46.580156+0000 mgr.smithi067.djqliw (mgr.14182) 760 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:48.852 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:48.853 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:49.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:49.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:48.580550+0000 mgr.smithi067.djqliw (mgr.14182) 761 : 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 2023-10-26T13:23:49.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:48.847385+0000 mgr.smithi067.djqliw (mgr.14182) 762 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:49.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:48.580550+0000 mgr.smithi067.djqliw (mgr.14182) 761 : 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 2023-10-26T13:23:49.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:48.847385+0000 mgr.smithi067.djqliw (mgr.14182) 762 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:50.221 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:51.513 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:51.514 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:51.843 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:50.581047+0000 mgr.smithi067.djqliw (mgr.14182) 763 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:23:51.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:50.581047+0000 mgr.smithi067.djqliw (mgr.14182) 763 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:23:51.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:52.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:51.508593+0000 mgr.smithi067.djqliw (mgr.14182) 764 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:52.955 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:52.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:51.508593+0000 mgr.smithi067.djqliw (mgr.14182) 764 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:53.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:52.581770+0000 mgr.smithi067.djqliw (mgr.14182) 765 : 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 2023-10-26T13:23:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:52.581770+0000 mgr.smithi067.djqliw (mgr.14182) 765 : 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 2023-10-26T13:23:54.389 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:54.389 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:54.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:55.762 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:55.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:54.383744+0000 mgr.smithi067.djqliw (mgr.14182) 766 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:55.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:54.582240+0000 mgr.smithi067.djqliw (mgr.14182) 767 : 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 2023-10-26T13:23:56.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:54.383744+0000 mgr.smithi067.djqliw (mgr.14182) 766 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:56.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:54.582240+0000 mgr.smithi067.djqliw (mgr.14182) 767 : 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 2023-10-26T13:23:57.115 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:57.116 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:56.582736+0000 mgr.smithi067.djqliw (mgr.14182) 768 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:57.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:57.110388+0000 mgr.smithi067.djqliw (mgr.14182) 769 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:57.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:23:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:56.582736+0000 mgr.smithi067.djqliw (mgr.14182) 768 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:23:57.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:57.110388+0000 mgr.smithi067.djqliw (mgr.14182) 769 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:23:58.505 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:23:59.903 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:23:59.904 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:23:59.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:23:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:23:58.583150+0000 mgr.smithi067.djqliw (mgr.14182) 770 : 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 2023-10-26T13:23:59.934 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:23:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:23:58.583150+0000 mgr.smithi067.djqliw (mgr.14182) 770 : 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 2023-10-26T13:24:00.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:00.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:23:59.898677+0000 mgr.smithi067.djqliw (mgr.14182) 771 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:00.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:23:59.898677+0000 mgr.smithi067.djqliw (mgr.14182) 771 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:01.337 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:01.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:00.583727+0000 mgr.smithi067.djqliw (mgr.14182) 772 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:01.914 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:00.583727+0000 mgr.smithi067.djqliw (mgr.14182) 772 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:02.770 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:02.770 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:03.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:03.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:02.584121+0000 mgr.smithi067.djqliw (mgr.14182) 773 : 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 2023-10-26T13:24:03.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:02.764835+0000 mgr.smithi067.djqliw (mgr.14182) 774 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:03.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:02.584121+0000 mgr.smithi067.djqliw (mgr.14182) 773 : 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 2023-10-26T13:24:03.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:02.764835+0000 mgr.smithi067.djqliw (mgr.14182) 774 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:04.189 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:05.566 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:05.566 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:05.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:04.584761+0000 mgr.smithi067.djqliw (mgr.14182) 775 : 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 2023-10-26T13:24:05.922 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:04.584761+0000 mgr.smithi067.djqliw (mgr.14182) 775 : 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 2023-10-26T13:24:05.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:06.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:05.560931+0000 mgr.smithi067.djqliw (mgr.14182) 776 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:06.945 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:06.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:05.560931+0000 mgr.smithi067.djqliw (mgr.14182) 776 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:07.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:06.585349+0000 mgr.smithi067.djqliw (mgr.14182) 777 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:07.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:06.585349+0000 mgr.smithi067.djqliw (mgr.14182) 777 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:08.391 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:08.391 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:08.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:09.813 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:09.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:08.386330+0000 mgr.smithi067.djqliw (mgr.14182) 778 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:09.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:08.585996+0000 mgr.smithi067.djqliw (mgr.14182) 779 : 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 2023-10-26T13:24:09.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:08.386330+0000 mgr.smithi067.djqliw (mgr.14182) 778 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:09.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:08.585996+0000 mgr.smithi067.djqliw (mgr.14182) 779 : 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 2023-10-26T13:24:11.206 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:11.206 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:11.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:11.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:10.586554+0000 mgr.smithi067.djqliw (mgr.14182) 780 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:11.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:11.200931+0000 mgr.smithi067.djqliw (mgr.14182) 781 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:12.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:10.586554+0000 mgr.smithi067.djqliw (mgr.14182) 780 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:12.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:11.200931+0000 mgr.smithi067.djqliw (mgr.14182) 781 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:12.603 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:13.964 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:13.965 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:12.587295+0000 mgr.smithi067.djqliw (mgr.14182) 782 : 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 2023-10-26T13:24:14.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:12.587295+0000 mgr.smithi067.djqliw (mgr.14182) 782 : 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 2023-10-26T13:24:14.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:14.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:13.959065+0000 mgr.smithi067.djqliw (mgr.14182) 783 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:15.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:13.959065+0000 mgr.smithi067.djqliw (mgr.14182) 783 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:15.345 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:15.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:14.587882+0000 mgr.smithi067.djqliw (mgr.14182) 784 : 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 2023-10-26T13:24:16.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:14.587882+0000 mgr.smithi067.djqliw (mgr.14182) 784 : 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 2023-10-26T13:24:16.739 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:16.740 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:17.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:17.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:16.588393+0000 mgr.smithi067.djqliw (mgr.14182) 785 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:17.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:16.734775+0000 mgr.smithi067.djqliw (mgr.14182) 786 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:17.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:16.588393+0000 mgr.smithi067.djqliw (mgr.14182) 785 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:17.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:16.734775+0000 mgr.smithi067.djqliw (mgr.14182) 786 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:18.109 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:19.450 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:19.450 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:19.773 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:18.589011+0000 mgr.smithi067.djqliw (mgr.14182) 787 : 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 2023-10-26T13:24:19.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:19.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:18.589011+0000 mgr.smithi067.djqliw (mgr.14182) 787 : 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 2023-10-26T13:24:20.819 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:20.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:19.444758+0000 mgr.smithi067.djqliw (mgr.14182) 788 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:20.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:19.444758+0000 mgr.smithi067.djqliw (mgr.14182) 788 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:21.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:20.589561+0000 mgr.smithi067.djqliw (mgr.14182) 789 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:21.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:20.589561+0000 mgr.smithi067.djqliw (mgr.14182) 789 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:22.165 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:22.166 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:22.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:22.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:22.160372+0000 mgr.smithi067.djqliw (mgr.14182) 790 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:23.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:22 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:22.160372+0000 mgr.smithi067.djqliw (mgr.14182) 790 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:23.527 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:23.875 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:22.589948+0000 mgr.smithi067.djqliw (mgr.14182) 791 : 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 2023-10-26T13:24:24.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:22.589948+0000 mgr.smithi067.djqliw (mgr.14182) 791 : 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 2023-10-26T13:24:24.914 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:24.915 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:25.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:25.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:24.590440+0000 mgr.smithi067.djqliw (mgr.14182) 792 : 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 2023-10-26T13:24:25.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:24.909427+0000 mgr.smithi067.djqliw (mgr.14182) 793 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:26.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:24.590440+0000 mgr.smithi067.djqliw (mgr.14182) 792 : 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 2023-10-26T13:24:26.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:24.909427+0000 mgr.smithi067.djqliw (mgr.14182) 793 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:26.301 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:26.590954+0000 mgr.smithi067.djqliw (mgr.14182) 794 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:27.697 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:27.697 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:27.720 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:26.590954+0000 mgr.smithi067.djqliw (mgr.14182) 794 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:28.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:27.692172+0000 mgr.smithi067.djqliw (mgr.14182) 795 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:28.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:27.692172+0000 mgr.smithi067.djqliw (mgr.14182) 795 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:29.066 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:29.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:28.591559+0000 mgr.smithi067.djqliw (mgr.14182) 796 : 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 2023-10-26T13:24:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:28.591559+0000 mgr.smithi067.djqliw (mgr.14182) 796 : 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 2023-10-26T13:24:30.355 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:30.355 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:30.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:31.741 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:31.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:30.349906+0000 mgr.smithi067.djqliw (mgr.14182) 797 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:31.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:30.592048+0000 mgr.smithi067.djqliw (mgr.14182) 798 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:31.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:30.349906+0000 mgr.smithi067.djqliw (mgr.14182) 797 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:31.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:30.592048+0000 mgr.smithi067.djqliw (mgr.14182) 798 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:33.149 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:33.149 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:33.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:33.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:32.592793+0000 mgr.smithi067.djqliw (mgr.14182) 799 : 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 2023-10-26T13:24:33.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:33.144062+0000 mgr.smithi067.djqliw (mgr.14182) 800 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:33.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:32.592793+0000 mgr.smithi067.djqliw (mgr.14182) 799 : 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 2023-10-26T13:24:33.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:33.144062+0000 mgr.smithi067.djqliw (mgr.14182) 800 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:34.641 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:35.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:34.593336+0000 mgr.smithi067.djqliw (mgr.14182) 801 : 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 2023-10-26T13:24:35.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:34.593336+0000 mgr.smithi067.djqliw (mgr.14182) 801 : 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 2023-10-26T13:24:36.059 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:36.059 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:36.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:36.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:36.054340+0000 mgr.smithi067.djqliw (mgr.14182) 802 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:36.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:36.054340+0000 mgr.smithi067.djqliw (mgr.14182) 802 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:37.433 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:37.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:36.593912+0000 mgr.smithi067.djqliw (mgr.14182) 803 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:37.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:36.593912+0000 mgr.smithi067.djqliw (mgr.14182) 803 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:38.782 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:38.783 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:39.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:39.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:38.594263+0000 mgr.smithi067.djqliw (mgr.14182) 804 : 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 2023-10-26T13:24:39.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:38.777097+0000 mgr.smithi067.djqliw (mgr.14182) 805 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:40.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:38.594263+0000 mgr.smithi067.djqliw (mgr.14182) 804 : 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 2023-10-26T13:24:40.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:38.777097+0000 mgr.smithi067.djqliw (mgr.14182) 805 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:40.175 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:41.588 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:41.588 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:41.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:40.594674+0000 mgr.smithi067.djqliw (mgr.14182) 806 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:41.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:42.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:40.594674+0000 mgr.smithi067.djqliw (mgr.14182) 806 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:42.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:41.583216+0000 mgr.smithi067.djqliw (mgr.14182) 807 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:42.981 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:43.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:41.583216+0000 mgr.smithi067.djqliw (mgr.14182) 807 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:43.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:42.595120+0000 mgr.smithi067.djqliw (mgr.14182) 808 : 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 2023-10-26T13:24:44.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:42.595120+0000 mgr.smithi067.djqliw (mgr.14182) 808 : 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 2023-10-26T13:24:44.397 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:44.397 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:44.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:45.765 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:45.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:44.392147+0000 mgr.smithi067.djqliw (mgr.14182) 809 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:45.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:44.595539+0000 mgr.smithi067.djqliw (mgr.14182) 810 : 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 2023-10-26T13:24:46.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:44.392147+0000 mgr.smithi067.djqliw (mgr.14182) 809 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:46.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:44.595539+0000 mgr.smithi067.djqliw (mgr.14182) 810 : 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 2023-10-26T13:24:47.122 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:47.122 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:47.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:46.596043+0000 mgr.smithi067.djqliw (mgr.14182) 811 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:47.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:47.116876+0000 mgr.smithi067.djqliw (mgr.14182) 812 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:47.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:46.596043+0000 mgr.smithi067.djqliw (mgr.14182) 811 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:47.116876+0000 mgr.smithi067.djqliw (mgr.14182) 812 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:48.533 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:49.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:48.596471+0000 mgr.smithi067.djqliw (mgr.14182) 813 : 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 2023-10-26T13:24:49.958 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:49.958 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:49.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:48.596471+0000 mgr.smithi067.djqliw (mgr.14182) 813 : 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 2023-10-26T13:24:50.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:50.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:49.952792+0000 mgr.smithi067.djqliw (mgr.14182) 814 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:49.952792+0000 mgr.smithi067.djqliw (mgr.14182) 814 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:51.332 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:51.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:50.597062+0000 mgr.smithi067.djqliw (mgr.14182) 815 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:51.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:50.597062+0000 mgr.smithi067.djqliw (mgr.14182) 815 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:24:52.722 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:52.722 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:53.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:52.597613+0000 mgr.smithi067.djqliw (mgr.14182) 816 : 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 2023-10-26T13:24:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:52.717401+0000 mgr.smithi067.djqliw (mgr.14182) 817 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:54.098 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:54.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:52.597613+0000 mgr.smithi067.djqliw (mgr.14182) 816 : 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 2023-10-26T13:24:54.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:52.717401+0000 mgr.smithi067.djqliw (mgr.14182) 817 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:55.438 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:55.439 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:55.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:54.598003+0000 mgr.smithi067.djqliw (mgr.14182) 818 : 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 2023-10-26T13:24:55.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:56.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:54.598003+0000 mgr.smithi067.djqliw (mgr.14182) 818 : 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 2023-10-26T13:24:56.814 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:56.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:55.433186+0000 mgr.smithi067.djqliw (mgr.14182) 819 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:57.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:55.433186+0000 mgr.smithi067.djqliw (mgr.14182) 819 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:57.808 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:56.598603+0000 mgr.smithi067.djqliw (mgr.14182) 820 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:58.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:56.598603+0000 mgr.smithi067.djqliw (mgr.14182) 820 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:24:58.196 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:24:58.196 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:24:58.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:24:58.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:24:58.191288+0000 mgr.smithi067.djqliw (mgr.14182) 821 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:59.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:24:58.191288+0000 mgr.smithi067.djqliw (mgr.14182) 821 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:24:59.563 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:24:59.888 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:24:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:24:58.599172+0000 mgr.smithi067.djqliw (mgr.14182) 822 : 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 2023-10-26T13:25:00.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:24:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:24:58.599172+0000 mgr.smithi067.djqliw (mgr.14182) 822 : 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 2023-10-26T13:25:00.885 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:00.885 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:01.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:01.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:00.599567+0000 mgr.smithi067.djqliw (mgr.14182) 823 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:01.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:00.879828+0000 mgr.smithi067.djqliw (mgr.14182) 824 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:02.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:00.599567+0000 mgr.smithi067.djqliw (mgr.14182) 823 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:02.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:00.879828+0000 mgr.smithi067.djqliw (mgr.14182) 824 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:02.280 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:03.745 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:03.746 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:03.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:02.600071+0000 mgr.smithi067.djqliw (mgr.14182) 825 : 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 2023-10-26T13:25:04.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:02.600071+0000 mgr.smithi067.djqliw (mgr.14182) 825 : 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 2023-10-26T13:25:04.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:04.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:03.740188+0000 mgr.smithi067.djqliw (mgr.14182) 826 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:05.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:03.740188+0000 mgr.smithi067.djqliw (mgr.14182) 826 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:05.340 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:05.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:04.600594+0000 mgr.smithi067.djqliw (mgr.14182) 827 : 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 2023-10-26T13:25:06.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:04.600594+0000 mgr.smithi067.djqliw (mgr.14182) 827 : 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 2023-10-26T13:25:06.688 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:06.689 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:07.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:06.601083+0000 mgr.smithi067.djqliw (mgr.14182) 828 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:07.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:06.683680+0000 mgr.smithi067.djqliw (mgr.14182) 829 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:06.601083+0000 mgr.smithi067.djqliw (mgr.14182) 828 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:06.683680+0000 mgr.smithi067.djqliw (mgr.14182) 829 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:08.096 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:09.568 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:09.568 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:09.892 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:08.601471+0000 mgr.smithi067.djqliw (mgr.14182) 830 : 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 2023-10-26T13:25:09.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:08.601471+0000 mgr.smithi067.djqliw (mgr.14182) 830 : 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 2023-10-26T13:25:09.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:10.970 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:10.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:09.562923+0000 mgr.smithi067.djqliw (mgr.14182) 831 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:11.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:09.562923+0000 mgr.smithi067.djqliw (mgr.14182) 831 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:11.957 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:10.602085+0000 mgr.smithi067.djqliw (mgr.14182) 832 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:12.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:10.602085+0000 mgr.smithi067.djqliw (mgr.14182) 832 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:12.355 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:12.356 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:12.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:13.728 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:12.350589+0000 mgr.smithi067.djqliw (mgr.14182) 833 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:12.602730+0000 mgr.smithi067.djqliw (mgr.14182) 834 : 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 2023-10-26T13:25:14.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:12.350589+0000 mgr.smithi067.djqliw (mgr.14182) 833 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:14.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:12.602730+0000 mgr.smithi067.djqliw (mgr.14182) 834 : 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 2023-10-26T13:25:15.042 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:15.043 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:15.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:15.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:14.603095+0000 mgr.smithi067.djqliw (mgr.14182) 835 : 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 2023-10-26T13:25:15.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:15.037242+0000 mgr.smithi067.djqliw (mgr.14182) 836 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:16.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:14.603095+0000 mgr.smithi067.djqliw (mgr.14182) 835 : 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 2023-10-26T13:25:16.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:15.037242+0000 mgr.smithi067.djqliw (mgr.14182) 836 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:16.444 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:17.464 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:16.603611+0000 mgr.smithi067.djqliw (mgr.14182) 837 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:16.603611+0000 mgr.smithi067.djqliw (mgr.14182) 837 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:17.834 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:17.835 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:18.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:18.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:17.829851+0000 mgr.smithi067.djqliw (mgr.14182) 838 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:18.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:17.829851+0000 mgr.smithi067.djqliw (mgr.14182) 838 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:19.211 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:19.553 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:18.604001+0000 mgr.smithi067.djqliw (mgr.14182) 839 : 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 2023-10-26T13:25:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:18.604001+0000 mgr.smithi067.djqliw (mgr.14182) 839 : 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 2023-10-26T13:25:20.596 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:20.597 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:20.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:21.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:20.591414+0000 mgr.smithi067.djqliw (mgr.14182) 840 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:21.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:20.604390+0000 mgr.smithi067.djqliw (mgr.14182) 841 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:21.970 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:21.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:20.591414+0000 mgr.smithi067.djqliw (mgr.14182) 840 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:21.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:20.604390+0000 mgr.smithi067.djqliw (mgr.14182) 841 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:23.396 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:23.397 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:23.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:22.604873+0000 mgr.smithi067.djqliw (mgr.14182) 842 : 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 2023-10-26T13:25:23.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:24.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:22.604873+0000 mgr.smithi067.djqliw (mgr.14182) 842 : 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 2023-10-26T13:25:24.827 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:24.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:23.391729+0000 mgr.smithi067.djqliw (mgr.14182) 843 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:25.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:23.391729+0000 mgr.smithi067.djqliw (mgr.14182) 843 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:25.930 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:24.605453+0000 mgr.smithi067.djqliw (mgr.14182) 844 : 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 2023-10-26T13:25:26.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:24.605453+0000 mgr.smithi067.djqliw (mgr.14182) 844 : 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 2023-10-26T13:25:26.281 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:26.281 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:26.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:26.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:26.276472+0000 mgr.smithi067.djqliw (mgr.14182) 845 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:27.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:26.276472+0000 mgr.smithi067.djqliw (mgr.14182) 845 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:27.700 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:27.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:26.606183+0000 mgr.smithi067.djqliw (mgr.14182) 846 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:28.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:26.606183+0000 mgr.smithi067.djqliw (mgr.14182) 846 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:29.171 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:29.172 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:29.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:29.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:28.606571+0000 mgr.smithi067.djqliw (mgr.14182) 847 : 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 2023-10-26T13:25:29.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:29.166673+0000 mgr.smithi067.djqliw (mgr.14182) 848 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:30.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:28.606571+0000 mgr.smithi067.djqliw (mgr.14182) 847 : 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 2023-10-26T13:25:30.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:29.166673+0000 mgr.smithi067.djqliw (mgr.14182) 848 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:30.606 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:31.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:30.607186+0000 mgr.smithi067.djqliw (mgr.14182) 849 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:32.015 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:32.015 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:32.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:30.607186+0000 mgr.smithi067.djqliw (mgr.14182) 849 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:32.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:32.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:32.010069+0000 mgr.smithi067.djqliw (mgr.14182) 850 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:33.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:32.010069+0000 mgr.smithi067.djqliw (mgr.14182) 850 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:33.395 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:33.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:32.607770+0000 mgr.smithi067.djqliw (mgr.14182) 851 : 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 2023-10-26T13:25:34.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:32.607770+0000 mgr.smithi067.djqliw (mgr.14182) 851 : 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 2023-10-26T13:25:34.800 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:34.800 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:35.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:35.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:34.608103+0000 mgr.smithi067.djqliw (mgr.14182) 852 : 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 2023-10-26T13:25:35.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:34.795089+0000 mgr.smithi067.djqliw (mgr.14182) 853 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:36.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:34.608103+0000 mgr.smithi067.djqliw (mgr.14182) 852 : 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 2023-10-26T13:25:36.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:34.795089+0000 mgr.smithi067.djqliw (mgr.14182) 853 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:36.183 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:37.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:36.608602+0000 mgr.smithi067.djqliw (mgr.14182) 854 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:37.603 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:37.603 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:36.608602+0000 mgr.smithi067.djqliw (mgr.14182) 854 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:38.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:38.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:37.597964+0000 mgr.smithi067.djqliw (mgr.14182) 855 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:38.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:37.597964+0000 mgr.smithi067.djqliw (mgr.14182) 855 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:39.009 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:38.609252+0000 mgr.smithi067.djqliw (mgr.14182) 856 : 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 2023-10-26T13:25:39.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:38.609252+0000 mgr.smithi067.djqliw (mgr.14182) 856 : 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 2023-10-26T13:25:40.597 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:40.597 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:40.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:41.967 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:41.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:40.591471+0000 mgr.smithi067.djqliw (mgr.14182) 857 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:41.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:40.609724+0000 mgr.smithi067.djqliw (mgr.14182) 858 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:42.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:40.591471+0000 mgr.smithi067.djqliw (mgr.14182) 857 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:42.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:40.609724+0000 mgr.smithi067.djqliw (mgr.14182) 858 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:43.352 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:43.353 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:43.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:43.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:42.610201+0000 mgr.smithi067.djqliw (mgr.14182) 859 : 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 2023-10-26T13:25:44.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:42.610201+0000 mgr.smithi067.djqliw (mgr.14182) 859 : 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 2023-10-26T13:25:44.733 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:44.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:43.347161+0000 mgr.smithi067.djqliw (mgr.14182) 860 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:45.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:43.347161+0000 mgr.smithi067.djqliw (mgr.14182) 860 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:45.852 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:44.610715+0000 mgr.smithi067.djqliw (mgr.14182) 861 : 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 2023-10-26T13:25:46.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:44.610715+0000 mgr.smithi067.djqliw (mgr.14182) 861 : 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 2023-10-26T13:25:46.225 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:46.225 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:17:25.436173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.lsdxwy on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:46.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:46.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:46.219883+0000 mgr.smithi067.djqliw (mgr.14182) 862 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:47.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:46.219883+0000 mgr.smithi067.djqliw (mgr.14182) 862 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:47.615 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:47.951 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:46.611260+0000 mgr.smithi067.djqliw (mgr.14182) 863 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:48.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:46.611260+0000 mgr.smithi067.djqliw (mgr.14182) 863 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:48.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:25:47.991651+0000 mgr.smithi067.djqliw (mgr.14182) 864 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.ntxpmu ... 2023-10-26T13:25:48.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:48.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:25:48.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:23:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:24:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:25:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:25:48.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:48.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Traceback (most recent call last): 2023-10-26T13:25:48.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:25:48.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: yield (conn, connr) 2023-10-26T13:25:48.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:25:48.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: code, '\n'.join(err))) 2023-10-26T13:25:48.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:48.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:48.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:48.976 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:48.976 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.ntxpmu ... 2023-10-26T13:25:48.976 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:48.976 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:25:48.977 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:23:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.977 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:24:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.977 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:25:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.977 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:25:48.977 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:48.978 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:25:47.991937+0000 mgr.smithi067.djqliw (mgr.14182) 865 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:48.978 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:47.992279+0000 mon.smithi067 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.ntxpmu"}]: dispatch 2023-10-26T13:25:48.978 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:25:47.992933+0000 mgr.smithi067.djqliw (mgr.14182) 866 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:48.978 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:48.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:48.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:48.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi175.ntxpmu ... 2023-10-26T13:25:48.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:48.981 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:25:48.981 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:23:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.981 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:24:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.982 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:25:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:48.982 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:25:48.982 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:48.982 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:25:47.995240+0000 mgr.smithi067.djqliw (mgr.14182) 867 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.lhjyxs on smithi067 2023-10-26T13:25:48.983 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:48.983 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:49.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:25:47.991651+0000 mgr.smithi067.djqliw (mgr.14182) 864 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:49.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:49.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:49.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:49.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.ntxpmu ... 2023-10-26T13:25:49.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:49.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:25:49.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:23:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:24:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:25:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:25:49.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:49.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Traceback (most recent call last): 2023-10-26T13:25:49.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:25:49.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: yield (conn, connr) 2023-10-26T13:25:49.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:25:49.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: code, '\n'.join(err))) 2023-10-26T13:25:49.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:49.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:49.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:49.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:49.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.ntxpmu ... 2023-10-26T13:25:49.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:49.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:25:49.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:23:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:24:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:25:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:25:49.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:49.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:25:47.991937+0000 mgr.smithi067.djqliw (mgr.14182) 865 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:49.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:47.992279+0000 mon.smithi067 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.ntxpmu"}]: dispatch 2023-10-26T13:25:49.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:25:47.992933+0000 mgr.smithi067.djqliw (mgr.14182) 866 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:49.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:25:49.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:49.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:25:49.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi175.ntxpmu ... 2023-10-26T13:25:49.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:49.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:25:49.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:23:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:24:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:25:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:25:49.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:25:49.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:25:49.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:25:47.995240+0000 mgr.smithi067.djqliw (mgr.14182) 867 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.lhjyxs on smithi067 2023-10-26T13:25:49.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:49.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:48.611664+0000 mgr.smithi067.djqliw (mgr.14182) 868 : 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 2023-10-26T13:25:49.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:48.977525+0000 mgr.smithi067.djqliw (mgr.14182) 869 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:50.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:48.611664+0000 mgr.smithi067.djqliw (mgr.14182) 868 : 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 2023-10-26T13:25:50.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:48.977525+0000 mgr.smithi067.djqliw (mgr.14182) 869 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:50.370 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:51.783 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:51.783 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:51.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:50.612054+0000 mgr.smithi067.djqliw (mgr.14182) 870 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:52.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:50.612054+0000 mgr.smithi067.djqliw (mgr.14182) 870 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:25:52.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:52.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:51.777209+0000 mgr.smithi067.djqliw (mgr.14182) 871 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:53.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:51.777209+0000 mgr.smithi067.djqliw (mgr.14182) 871 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:53.215 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:53.917 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:52.612555+0000 mgr.smithi067.djqliw (mgr.14182) 872 : 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 2023-10-26T13:25:54.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:52.612555+0000 mgr.smithi067.djqliw (mgr.14182) 872 : 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 2023-10-26T13:25:54.630 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:54.631 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:55.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:55.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:54.612931+0000 mgr.smithi067.djqliw (mgr.14182) 873 : 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 2023-10-26T13:25:55.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:54.625757+0000 mgr.smithi067.djqliw (mgr.14182) 874 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:56.006 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:56.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:54.612931+0000 mgr.smithi067.djqliw (mgr.14182) 873 : 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 2023-10-26T13:25:56.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:54.625757+0000 mgr.smithi067.djqliw (mgr.14182) 874 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:57.413 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:25:57.413 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:25:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:56.613749+0000 mgr.smithi067.djqliw (mgr.14182) 875 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:57.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:56.613749+0000 mgr.smithi067.djqliw (mgr.14182) 875 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:25:57.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:25:58.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:25:57.407578+0000 mgr.smithi067.djqliw (mgr.14182) 876 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:58.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:25:57.407578+0000 mgr.smithi067.djqliw (mgr.14182) 876 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:25:58.749 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:25:59.645 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:25:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:25:58.614272+0000 mgr.smithi067.djqliw (mgr.14182) 877 : 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 2023-10-26T13:25:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:25:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:25:58.614272+0000 mgr.smithi067.djqliw (mgr.14182) 877 : 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 2023-10-26T13:26:00.154 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:00.154 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:00.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:00.149206+0000 mgr.smithi067.djqliw (mgr.14182) 878 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:00.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:00.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:00.149206+0000 mgr.smithi067.djqliw (mgr.14182) 878 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:01.606 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:01.638 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:00.614972+0000 mgr.smithi067.djqliw (mgr.14182) 879 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:00.614972+0000 mgr.smithi067.djqliw (mgr.14182) 879 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:03.081 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:03.082 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:03.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:03.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:02.615420+0000 mgr.smithi067.djqliw (mgr.14182) 880 : 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 2023-10-26T13:26:03.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:03.076034+0000 mgr.smithi067.djqliw (mgr.14182) 881 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:04.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:02.615420+0000 mgr.smithi067.djqliw (mgr.14182) 880 : 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 2023-10-26T13:26:04.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:03.076034+0000 mgr.smithi067.djqliw (mgr.14182) 881 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:04.499 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:05.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:04.615826+0000 mgr.smithi067.djqliw (mgr.14182) 882 : 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 2023-10-26T13:26:05.972 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:05.973 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:06.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:04.615826+0000 mgr.smithi067.djqliw (mgr.14182) 882 : 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 2023-10-26T13:26:06.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:06.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:06 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:05.967589+0000 mgr.smithi067.djqliw (mgr.14182) 883 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:07.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:06 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:05.967589+0000 mgr.smithi067.djqliw (mgr.14182) 883 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:07.374 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:07.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:06.616509+0000 mgr.smithi067.djqliw (mgr.14182) 884 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:08.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:06.616509+0000 mgr.smithi067.djqliw (mgr.14182) 884 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:08.805 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:08.805 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:09.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:09.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:08.616867+0000 mgr.smithi067.djqliw (mgr.14182) 885 : 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 2023-10-26T13:26:09.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:08.799660+0000 mgr.smithi067.djqliw (mgr.14182) 886 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:10.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:08.616867+0000 mgr.smithi067.djqliw (mgr.14182) 885 : 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 2023-10-26T13:26:10.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:08.799660+0000 mgr.smithi067.djqliw (mgr.14182) 886 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:10.180 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:11.553 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:11.553 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:11.871 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:10.617389+0000 mgr.smithi067.djqliw (mgr.14182) 887 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:11.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:12.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:10.617389+0000 mgr.smithi067.djqliw (mgr.14182) 887 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:12.945 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:12.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:11.548019+0000 mgr.smithi067.djqliw (mgr.14182) 888 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:13.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:11.548019+0000 mgr.smithi067.djqliw (mgr.14182) 888 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:12.617926+0000 mgr.smithi067.djqliw (mgr.14182) 889 : 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 2023-10-26T13:26:14.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:12.617926+0000 mgr.smithi067.djqliw (mgr.14182) 889 : 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 2023-10-26T13:26:14.342 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:14.343 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:14.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:15.755 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:15.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:14.337647+0000 mgr.smithi067.djqliw (mgr.14182) 890 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:15.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:14.618408+0000 mgr.smithi067.djqliw (mgr.14182) 891 : 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 2023-10-26T13:26:16.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:14.337647+0000 mgr.smithi067.djqliw (mgr.14182) 890 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:16.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:14.618408+0000 mgr.smithi067.djqliw (mgr.14182) 891 : 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 2023-10-26T13:26:17.224 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:17.225 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:17.593 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:16.618931+0000 mgr.smithi067.djqliw (mgr.14182) 892 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:17.593 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:17.219425+0000 mgr.smithi067.djqliw (mgr.14182) 893 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:17.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:16.618931+0000 mgr.smithi067.djqliw (mgr.14182) 892 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:17.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:17.219425+0000 mgr.smithi067.djqliw (mgr.14182) 893 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:18.646 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:19.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:18.619471+0000 mgr.smithi067.djqliw (mgr.14182) 894 : 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 2023-10-26T13:26:20.136 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:20.137 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:20.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:18.619471+0000 mgr.smithi067.djqliw (mgr.14182) 894 : 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 2023-10-26T13:26:20.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:20.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:20.131423+0000 mgr.smithi067.djqliw (mgr.14182) 895 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:21.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:20.131423+0000 mgr.smithi067.djqliw (mgr.14182) 895 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:21.546 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:21.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:20.619954+0000 mgr.smithi067.djqliw (mgr.14182) 896 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:22.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:20.619954+0000 mgr.smithi067.djqliw (mgr.14182) 896 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:22.970 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:22.970 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:23.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:23.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:22.620396+0000 mgr.smithi067.djqliw (mgr.14182) 897 : 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 2023-10-26T13:26:23.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:22.964836+0000 mgr.smithi067.djqliw (mgr.14182) 898 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:24.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:22.620396+0000 mgr.smithi067.djqliw (mgr.14182) 897 : 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 2023-10-26T13:26:24.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:22.964836+0000 mgr.smithi067.djqliw (mgr.14182) 898 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:24.353 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:25.741 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:25.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:24.620812+0000 mgr.smithi067.djqliw (mgr.14182) 899 : 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 2023-10-26T13:26:26.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:26.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:24.620812+0000 mgr.smithi067.djqliw (mgr.14182) 899 : 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 2023-10-26T13:26:26.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:25.736175+0000 mgr.smithi067.djqliw (mgr.14182) 900 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:27.113 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:27.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:25.736175+0000 mgr.smithi067.djqliw (mgr.14182) 900 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:27.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:26.621355+0000 mgr.smithi067.djqliw (mgr.14182) 901 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:28.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:26.621355+0000 mgr.smithi067.djqliw (mgr.14182) 901 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:28.466 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:28.466 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:28.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:29.836 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:29.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:28.461047+0000 mgr.smithi067.djqliw (mgr.14182) 902 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:29.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:28.621780+0000 mgr.smithi067.djqliw (mgr.14182) 903 : 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 2023-10-26T13:26:30.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:28.461047+0000 mgr.smithi067.djqliw (mgr.14182) 902 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:30.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:28.621780+0000 mgr.smithi067.djqliw (mgr.14182) 903 : 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 2023-10-26T13:26:31.173 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:31.173 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:31.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:31.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:30.622142+0000 mgr.smithi067.djqliw (mgr.14182) 904 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:31.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:31.167874+0000 mgr.smithi067.djqliw (mgr.14182) 905 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:32.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:30.622142+0000 mgr.smithi067.djqliw (mgr.14182) 904 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:32.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:31.167874+0000 mgr.smithi067.djqliw (mgr.14182) 905 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:32.547 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:33.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:32.622647+0000 mgr.smithi067.djqliw (mgr.14182) 906 : 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 2023-10-26T13:26:33.994 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:33.994 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:34.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:32.622647+0000 mgr.smithi067.djqliw (mgr.14182) 906 : 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 2023-10-26T13:26:34.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:34.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:33.988684+0000 mgr.smithi067.djqliw (mgr.14182) 907 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:35.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:33.988684+0000 mgr.smithi067.djqliw (mgr.14182) 907 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:35.426 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:35.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:34.623075+0000 mgr.smithi067.djqliw (mgr.14182) 908 : 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 2023-10-26T13:26:36.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:34.623075+0000 mgr.smithi067.djqliw (mgr.14182) 908 : 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 2023-10-26T13:26:36.905 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:36.905 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:37.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:37.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:36.623586+0000 mgr.smithi067.djqliw (mgr.14182) 909 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:37.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:36.900038+0000 mgr.smithi067.djqliw (mgr.14182) 910 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:37.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:36.623586+0000 mgr.smithi067.djqliw (mgr.14182) 909 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:37.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:36.900038+0000 mgr.smithi067.djqliw (mgr.14182) 910 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:38.343 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:39.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:38.623978+0000 mgr.smithi067.djqliw (mgr.14182) 911 : 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 2023-10-26T13:26:39.827 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:39.828 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:40.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:38.623978+0000 mgr.smithi067.djqliw (mgr.14182) 911 : 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 2023-10-26T13:26:40.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:40.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:39.821974+0000 mgr.smithi067.djqliw (mgr.14182) 912 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:41.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:39.821974+0000 mgr.smithi067.djqliw (mgr.14182) 912 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:41.236 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:41.962 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:40.624401+0000 mgr.smithi067.djqliw (mgr.14182) 913 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:42.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:40.624401+0000 mgr.smithi067.djqliw (mgr.14182) 913 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:42.640 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:42.641 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:43.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:43.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:42.624859+0000 mgr.smithi067.djqliw (mgr.14182) 914 : 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 2023-10-26T13:26:43.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:42.635136+0000 mgr.smithi067.djqliw (mgr.14182) 915 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:44.010 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:44.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:42.624859+0000 mgr.smithi067.djqliw (mgr.14182) 914 : 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 2023-10-26T13:26:44.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:42.635136+0000 mgr.smithi067.djqliw (mgr.14182) 915 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:45.387 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:45.387 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:45.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:45.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:44.625309+0000 mgr.smithi067.djqliw (mgr.14182) 916 : 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 2023-10-26T13:26:46.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:44.625309+0000 mgr.smithi067.djqliw (mgr.14182) 916 : 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 2023-10-26T13:26:46.768 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:46.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:46 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:45.381363+0000 mgr.smithi067.djqliw (mgr.14182) 917 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:47.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:46 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:45.381363+0000 mgr.smithi067.djqliw (mgr.14182) 917 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:47.805 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:46.626142+0000 mgr.smithi067.djqliw (mgr.14182) 918 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:48.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:46.626142+0000 mgr.smithi067.djqliw (mgr.14182) 918 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:48.185 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:48.186 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:48.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:48.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:48.180464+0000 mgr.smithi067.djqliw (mgr.14182) 919 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:49.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:48.180464+0000 mgr.smithi067.djqliw (mgr.14182) 919 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:49.599 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:49.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:48.626601+0000 mgr.smithi067.djqliw (mgr.14182) 920 : 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 2023-10-26T13:26:50.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:48.626601+0000 mgr.smithi067.djqliw (mgr.14182) 920 : 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 2023-10-26T13:26:51.057 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:51.057 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:51.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:51.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:50.627206+0000 mgr.smithi067.djqliw (mgr.14182) 921 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:51.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:51.052111+0000 mgr.smithi067.djqliw (mgr.14182) 922 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:52.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:50.627206+0000 mgr.smithi067.djqliw (mgr.14182) 921 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:26:52.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:51.052111+0000 mgr.smithi067.djqliw (mgr.14182) 922 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:52.472 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:53.953 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:53.954 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:52.627684+0000 mgr.smithi067.djqliw (mgr.14182) 923 : 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 2023-10-26T13:26:54.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:52.627684+0000 mgr.smithi067.djqliw (mgr.14182) 923 : 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 2023-10-26T13:26:54.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:54.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:53.946434+0000 mgr.smithi067.djqliw (mgr.14182) 924 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:55.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:53.946434+0000 mgr.smithi067.djqliw (mgr.14182) 924 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:55.316 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:55.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:54.628195+0000 mgr.smithi067.djqliw (mgr.14182) 925 : 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 2023-10-26T13:26:56.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:54.628195+0000 mgr.smithi067.djqliw (mgr.14182) 925 : 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 2023-10-26T13:26:56.720 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:56.720 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:57.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:26:57.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:56.628679+0000 mgr.smithi067.djqliw (mgr.14182) 926 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:57.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:56.714524+0000 mgr.smithi067.djqliw (mgr.14182) 927 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:57.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:56.628679+0000 mgr.smithi067.djqliw (mgr.14182) 926 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:26:57.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:56.714524+0000 mgr.smithi067.djqliw (mgr.14182) 927 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:26:58.108 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:26:59.540 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:26:59.540 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:26:59.896 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:26:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:26:58.629178+0000 mgr.smithi067.djqliw (mgr.14182) 928 : 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 2023-10-26T13:26:59.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:00.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:26:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:26:58.629178+0000 mgr.smithi067.djqliw (mgr.14182) 928 : 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 2023-10-26T13:27:00.917 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:00.950 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:26:59.534541+0000 mgr.smithi067.djqliw (mgr.14182) 929 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:01.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:26:59.534541+0000 mgr.smithi067.djqliw (mgr.14182) 929 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:01.935 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:00.629698+0000 mgr.smithi067.djqliw (mgr.14182) 930 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:02.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:00.629698+0000 mgr.smithi067.djqliw (mgr.14182) 930 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:02.343 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:02.344 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:02.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:03.818 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:03.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:02.338645+0000 mgr.smithi067.djqliw (mgr.14182) 931 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:03.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:02.630166+0000 mgr.smithi067.djqliw (mgr.14182) 932 : 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 2023-10-26T13:27:04.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:02.338645+0000 mgr.smithi067.djqliw (mgr.14182) 931 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:04.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:02.630166+0000 mgr.smithi067.djqliw (mgr.14182) 932 : 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 2023-10-26T13:27:05.231 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:05.232 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:05.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:05.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:04.630709+0000 mgr.smithi067.djqliw (mgr.14182) 933 : 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 2023-10-26T13:27:05.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:05.226272+0000 mgr.smithi067.djqliw (mgr.14182) 934 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:06.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:04.630709+0000 mgr.smithi067.djqliw (mgr.14182) 933 : 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 2023-10-26T13:27:06.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:05.226272+0000 mgr.smithi067.djqliw (mgr.14182) 934 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:06.598 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:07.551 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:06.631289+0000 mgr.smithi067.djqliw (mgr.14182) 935 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:06.631289+0000 mgr.smithi067.djqliw (mgr.14182) 935 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:07.952 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:07.952 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:08.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:08.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:07.947073+0000 mgr.smithi067.djqliw (mgr.14182) 936 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:08.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:07.947073+0000 mgr.smithi067.djqliw (mgr.14182) 936 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:09.314 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:09.648 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:08.631896+0000 mgr.smithi067.djqliw (mgr.14182) 937 : 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 2023-10-26T13:27:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:08.631896+0000 mgr.smithi067.djqliw (mgr.14182) 937 : 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 2023-10-26T13:27:10.731 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:10.731 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:11.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:11.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:10.632274+0000 mgr.smithi067.djqliw (mgr.14182) 938 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:11.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:10.725744+0000 mgr.smithi067.djqliw (mgr.14182) 939 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:12.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:10.632274+0000 mgr.smithi067.djqliw (mgr.14182) 938 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:12.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:10.725744+0000 mgr.smithi067.djqliw (mgr.14182) 939 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:12.172 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:13.594 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:13.594 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:13.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:12.632738+0000 mgr.smithi067.djqliw (mgr.14182) 940 : 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 2023-10-26T13:27:13.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:14.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:12.632738+0000 mgr.smithi067.djqliw (mgr.14182) 940 : 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 2023-10-26T13:27:14.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:14 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:13.589008+0000 mgr.smithi067.djqliw (mgr.14182) 941 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:14.973 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:15.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:14 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:13.589008+0000 mgr.smithi067.djqliw (mgr.14182) 941 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:15.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:14.633352+0000 mgr.smithi067.djqliw (mgr.14182) 942 : 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 2023-10-26T13:27:16.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:14.633352+0000 mgr.smithi067.djqliw (mgr.14182) 942 : 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 2023-10-26T13:27:16.414 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:16.414 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:16.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:16.409143+0000 mgr.smithi067.djqliw (mgr.14182) 943 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:17.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:16.633933+0000 mgr.smithi067.djqliw (mgr.14182) 944 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:17.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:16.409143+0000 mgr.smithi067.djqliw (mgr.14182) 943 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:17.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:16.633933+0000 mgr.smithi067.djqliw (mgr.14182) 944 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:17.790 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:19.201 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:19.201 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:19.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:19.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:18.634359+0000 mgr.smithi067.djqliw (mgr.14182) 945 : 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 2023-10-26T13:27:19.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:19.195419+0000 mgr.smithi067.djqliw (mgr.14182) 946 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:20.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:18.634359+0000 mgr.smithi067.djqliw (mgr.14182) 945 : 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 2023-10-26T13:27:20.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:19.195419+0000 mgr.smithi067.djqliw (mgr.14182) 946 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:20.587 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:21.923 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:21.924 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:21.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:20.634807+0000 mgr.smithi067.djqliw (mgr.14182) 947 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:22.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:20.634807+0000 mgr.smithi067.djqliw (mgr.14182) 947 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:22.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:22.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:21.918066+0000 mgr.smithi067.djqliw (mgr.14182) 948 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:23.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:22 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:21.918066+0000 mgr.smithi067.djqliw (mgr.14182) 948 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:23.297 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:23.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:22.635496+0000 mgr.smithi067.djqliw (mgr.14182) 949 : 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 2023-10-26T13:27:24.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:22.635496+0000 mgr.smithi067.djqliw (mgr.14182) 949 : 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 2023-10-26T13:27:24.686 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:24.686 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:25.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:25.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:24.635880+0000 mgr.smithi067.djqliw (mgr.14182) 950 : 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 2023-10-26T13:27:25.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:24.681024+0000 mgr.smithi067.djqliw (mgr.14182) 951 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:26.053 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:26.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:24.635880+0000 mgr.smithi067.djqliw (mgr.14182) 950 : 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 2023-10-26T13:27:26.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:24.681024+0000 mgr.smithi067.djqliw (mgr.14182) 951 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:27.431 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:27.431 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:26.636413+0000 mgr.smithi067.djqliw (mgr.14182) 952 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:27.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:26.636413+0000 mgr.smithi067.djqliw (mgr.14182) 952 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:27.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:27.425308+0000 mgr.smithi067.djqliw (mgr.14182) 953 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:28.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:27.425308+0000 mgr.smithi067.djqliw (mgr.14182) 953 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:28.795 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:28.636921+0000 mgr.smithi067.djqliw (mgr.14182) 954 : 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 2023-10-26T13:27:29.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:28.636921+0000 mgr.smithi067.djqliw (mgr.14182) 954 : 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 2023-10-26T13:27:30.153 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:30.154 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:30.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:30.148571+0000 mgr.smithi067.djqliw (mgr.14182) 955 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:30.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:30.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:30.148571+0000 mgr.smithi067.djqliw (mgr.14182) 955 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:31.547 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:30.637370+0000 mgr.smithi067.djqliw (mgr.14182) 956 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:31.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:30.637370+0000 mgr.smithi067.djqliw (mgr.14182) 956 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:33.035 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:33.035 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:33.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:33.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:32.637847+0000 mgr.smithi067.djqliw (mgr.14182) 957 : 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 2023-10-26T13:27:33.972 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:33.029800+0000 mgr.smithi067.djqliw (mgr.14182) 958 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:34.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:32.637847+0000 mgr.smithi067.djqliw (mgr.14182) 957 : 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 2023-10-26T13:27:34.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:33.029800+0000 mgr.smithi067.djqliw (mgr.14182) 958 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:34.438 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:35.851 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:35.851 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:35.878 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:34.638313+0000 mgr.smithi067.djqliw (mgr.14182) 959 : 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 2023-10-26T13:27:36.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:34.638313+0000 mgr.smithi067.djqliw (mgr.14182) 959 : 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 2023-10-26T13:27:36.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:36.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:35.845737+0000 mgr.smithi067.djqliw (mgr.14182) 960 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:37.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:35.845737+0000 mgr.smithi067.djqliw (mgr.14182) 960 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:37.278 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:37.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:36.638980+0000 mgr.smithi067.djqliw (mgr.14182) 961 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:38.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:36.638980+0000 mgr.smithi067.djqliw (mgr.14182) 961 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:38.697 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:38.698 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:39.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:39.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:38.639392+0000 mgr.smithi067.djqliw (mgr.14182) 962 : 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 2023-10-26T13:27:39.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:38.692408+0000 mgr.smithi067.djqliw (mgr.14182) 963 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:40.135 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:40.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:38.639392+0000 mgr.smithi067.djqliw (mgr.14182) 962 : 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 2023-10-26T13:27:40.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:38.692408+0000 mgr.smithi067.djqliw (mgr.14182) 963 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:41.498 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:41.499 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:41.841 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:40.639827+0000 mgr.smithi067.djqliw (mgr.14182) 964 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:41.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:42.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:40.639827+0000 mgr.smithi067.djqliw (mgr.14182) 964 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:42.862 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:42.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:41.493225+0000 mgr.smithi067.djqliw (mgr.14182) 965 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:43.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:41.493225+0000 mgr.smithi067.djqliw (mgr.14182) 965 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:43.829 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:42.640320+0000 mgr.smithi067.djqliw (mgr.14182) 966 : 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 2023-10-26T13:27:44.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:42.640320+0000 mgr.smithi067.djqliw (mgr.14182) 966 : 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 2023-10-26T13:27:44.202 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:44.202 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:44.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:44.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:44.196989+0000 mgr.smithi067.djqliw (mgr.14182) 967 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:45.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:44.196989+0000 mgr.smithi067.djqliw (mgr.14182) 967 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:45.610 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:45.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:44.640749+0000 mgr.smithi067.djqliw (mgr.14182) 968 : 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 2023-10-26T13:27:46.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:44.640749+0000 mgr.smithi067.djqliw (mgr.14182) 968 : 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 2023-10-26T13:27:47.020 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:47.020 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:47.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:46.641241+0000 mgr.smithi067.djqliw (mgr.14182) 969 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:47.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:47.014762+0000 mgr.smithi067.djqliw (mgr.14182) 970 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:47.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:46.641241+0000 mgr.smithi067.djqliw (mgr.14182) 969 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:47.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:47.014762+0000 mgr.smithi067.djqliw (mgr.14182) 970 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:48.395 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:49.741 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:49.741 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:49.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:48.641798+0000 mgr.smithi067.djqliw (mgr.14182) 971 : 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 2023-10-26T13:27:50.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:50.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:48.641798+0000 mgr.smithi067.djqliw (mgr.14182) 971 : 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 2023-10-26T13:27:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:49.735615+0000 mgr.smithi067.djqliw (mgr.14182) 972 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:51.126 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:51.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:49.735615+0000 mgr.smithi067.djqliw (mgr.14182) 972 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:51.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:50.642459+0000 mgr.smithi067.djqliw (mgr.14182) 973 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:52.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:50.642459+0000 mgr.smithi067.djqliw (mgr.14182) 973 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:27:52.535 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:52.535 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:52.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:53.959 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:52.530008+0000 mgr.smithi067.djqliw (mgr.14182) 974 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:52.643040+0000 mgr.smithi067.djqliw (mgr.14182) 975 : 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 2023-10-26T13:27:54.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:52.530008+0000 mgr.smithi067.djqliw (mgr.14182) 974 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:54.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:52.643040+0000 mgr.smithi067.djqliw (mgr.14182) 975 : 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 2023-10-26T13:27:55.375 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:55.375 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:55.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:55.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:54.643574+0000 mgr.smithi067.djqliw (mgr.14182) 976 : 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 2023-10-26T13:27:56.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:54.643574+0000 mgr.smithi067.djqliw (mgr.14182) 976 : 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 2023-10-26T13:27:56.759 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:56.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:55.369936+0000 mgr.smithi067.djqliw (mgr.14182) 977 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:57.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:55.369936+0000 mgr.smithi067.djqliw (mgr.14182) 977 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:57.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:56.644189+0000 mgr.smithi067.djqliw (mgr.14182) 978 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:58.091 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:27:58.092 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:27:58.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:56.644189+0000 mgr.smithi067.djqliw (mgr.14182) 978 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:27:58.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:27:59.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:27:58.086091+0000 mgr.smithi067.djqliw (mgr.14182) 979 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:59.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:27:58.086091+0000 mgr.smithi067.djqliw (mgr.14182) 979 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:27:59.459 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:27:59.792 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:27:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:27:58.644655+0000 mgr.smithi067.djqliw (mgr.14182) 980 : 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 2023-10-26T13:28:00.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:27:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:27:58.644655+0000 mgr.smithi067.djqliw (mgr.14182) 980 : 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 2023-10-26T13:28:00.848 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:00.849 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:01.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:02.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:00.645061+0000 mgr.smithi067.djqliw (mgr.14182) 981 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:02.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:00.842869+0000 mgr.smithi067.djqliw (mgr.14182) 982 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:02.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:00.645061+0000 mgr.smithi067.djqliw (mgr.14182) 981 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:02.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:00.842869+0000 mgr.smithi067.djqliw (mgr.14182) 982 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:02.224 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:03.578 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:03.579 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:03.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:02.645780+0000 mgr.smithi067.djqliw (mgr.14182) 983 : 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 2023-10-26T13:28:03.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:04.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:02.645780+0000 mgr.smithi067.djqliw (mgr.14182) 983 : 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 2023-10-26T13:28:04.958 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:04.992 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:03.573268+0000 mgr.smithi067.djqliw (mgr.14182) 984 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:05.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:03.573268+0000 mgr.smithi067.djqliw (mgr.14182) 984 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:05.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:04.646432+0000 mgr.smithi067.djqliw (mgr.14182) 985 : 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 2023-10-26T13:28:06.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:04.646432+0000 mgr.smithi067.djqliw (mgr.14182) 985 : 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 2023-10-26T13:28:06.412 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:06.412 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:06.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:06.406892+0000 mgr.smithi067.djqliw (mgr.14182) 986 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:07.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:06.646989+0000 mgr.smithi067.djqliw (mgr.14182) 987 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:06.406892+0000 mgr.smithi067.djqliw (mgr.14182) 986 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:06.646989+0000 mgr.smithi067.djqliw (mgr.14182) 987 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:07.815 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:09.242 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:09.243 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:09.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:09.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:08.647487+0000 mgr.smithi067.djqliw (mgr.14182) 988 : 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 2023-10-26T13:28:09.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:09.237175+0000 mgr.smithi067.djqliw (mgr.14182) 989 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:10.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:08.647487+0000 mgr.smithi067.djqliw (mgr.14182) 988 : 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 2023-10-26T13:28:10.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:09.237175+0000 mgr.smithi067.djqliw (mgr.14182) 989 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:10.607 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:11.909 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:11.909 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:11.931 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:10.647938+0000 mgr.smithi067.djqliw (mgr.14182) 990 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:12.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:10.647938+0000 mgr.smithi067.djqliw (mgr.14182) 990 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:12.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:12.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:11.903715+0000 mgr.smithi067.djqliw (mgr.14182) 991 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:13.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:11.903715+0000 mgr.smithi067.djqliw (mgr.14182) 991 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:13.315 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:12.648430+0000 mgr.smithi067.djqliw (mgr.14182) 992 : 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 2023-10-26T13:28:14.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:12.648430+0000 mgr.smithi067.djqliw (mgr.14182) 992 : 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 2023-10-26T13:28:14.764 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:14.765 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:15.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:15.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:14.648813+0000 mgr.smithi067.djqliw (mgr.14182) 993 : 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 2023-10-26T13:28:15.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:14.759418+0000 mgr.smithi067.djqliw (mgr.14182) 994 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:16.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:14.648813+0000 mgr.smithi067.djqliw (mgr.14182) 993 : 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 2023-10-26T13:28:16.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:14.759418+0000 mgr.smithi067.djqliw (mgr.14182) 994 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:16.176 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:17.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:16.649440+0000 mgr.smithi067.djqliw (mgr.14182) 995 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:17.616 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:17.617 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:16.649440+0000 mgr.smithi067.djqliw (mgr.14182) 995 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:17.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:17.611396+0000 mgr.smithi067.djqliw (mgr.14182) 996 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:18.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:17.611396+0000 mgr.smithi067.djqliw (mgr.14182) 996 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:18.980 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:19.616 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:18.650311+0000 mgr.smithi067.djqliw (mgr.14182) 997 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:18.650311+0000 mgr.smithi067.djqliw (mgr.14182) 997 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:20.345 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:20.345 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:20.703 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:20.339814+0000 mgr.smithi067.djqliw (mgr.14182) 998 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:20.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:20.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:20.339814+0000 mgr.smithi067.djqliw (mgr.14182) 998 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:21.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:20.650869+0000 mgr.smithi067.djqliw (mgr.14182) 999 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:21.734 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:21.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:20.650869+0000 mgr.smithi067.djqliw (mgr.14182) 999 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:23.105 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:23.106 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:23.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:23.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:22.651426+0000 mgr.smithi067.djqliw (mgr.14182) 1000 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:23.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:23.099709+0000 mgr.smithi067.djqliw (mgr.14182) 1001 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:24.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:22.651426+0000 mgr.smithi067.djqliw (mgr.14182) 1000 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:24.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:23.099709+0000 mgr.smithi067.djqliw (mgr.14182) 1001 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:24.466 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:25.838 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:25.839 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:25.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:24.652080+0000 mgr.smithi067.djqliw (mgr.14182) 1002 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:26.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:24.652080+0000 mgr.smithi067.djqliw (mgr.14182) 1002 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:26.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:26.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:25.833294+0000 mgr.smithi067.djqliw (mgr.14182) 1003 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:27.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:25.833294+0000 mgr.smithi067.djqliw (mgr.14182) 1003 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:27.231 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:27.924 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:26.652587+0000 mgr.smithi067.djqliw (mgr.14182) 1004 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:28.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:26.652587+0000 mgr.smithi067.djqliw (mgr.14182) 1004 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:28.610 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:28.611 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:29.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:29.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:28.605242+0000 mgr.smithi067.djqliw (mgr.14182) 1005 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:29.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:28.653244+0000 mgr.smithi067.djqliw (mgr.14182) 1006 : 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 2023-10-26T13:28:30.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:28.605242+0000 mgr.smithi067.djqliw (mgr.14182) 1005 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:30.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:28.653244+0000 mgr.smithi067.djqliw (mgr.14182) 1006 : 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 2023-10-26T13:28:30.248 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:31.537 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:31.537 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:31.843 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:30.653945+0000 mgr.smithi067.djqliw (mgr.14182) 1007 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:31.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:32.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:30.653945+0000 mgr.smithi067.djqliw (mgr.14182) 1007 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:32.946 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:32.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:31.531495+0000 mgr.smithi067.djqliw (mgr.14182) 1008 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:33.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:31.531495+0000 mgr.smithi067.djqliw (mgr.14182) 1008 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:33.957 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:32.654432+0000 mgr.smithi067.djqliw (mgr.14182) 1009 : 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 2023-10-26T13:28:34.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:32.654432+0000 mgr.smithi067.djqliw (mgr.14182) 1009 : 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 2023-10-26T13:28:34.355 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:34.355 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:34.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:34.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:34.350015+0000 mgr.smithi067.djqliw (mgr.14182) 1010 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:35.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:34.350015+0000 mgr.smithi067.djqliw (mgr.14182) 1010 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:35.713 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:36.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:34.654858+0000 mgr.smithi067.djqliw (mgr.14182) 1011 : 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 2023-10-26T13:28:36.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:34.654858+0000 mgr.smithi067.djqliw (mgr.14182) 1011 : 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 2023-10-26T13:28:37.103 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:37.104 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:37.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:36.655373+0000 mgr.smithi067.djqliw (mgr.14182) 1012 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:37.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:37.098158+0000 mgr.smithi067.djqliw (mgr.14182) 1013 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:37.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:36.655373+0000 mgr.smithi067.djqliw (mgr.14182) 1012 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:37.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:37.098158+0000 mgr.smithi067.djqliw (mgr.14182) 1013 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:38.477 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:39.891 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:39.891 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:39.915 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:38.655763+0000 mgr.smithi067.djqliw (mgr.14182) 1014 : 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 2023-10-26T13:28:40.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:38.655763+0000 mgr.smithi067.djqliw (mgr.14182) 1014 : 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 2023-10-26T13:28:40.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:40.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:39.885804+0000 mgr.smithi067.djqliw (mgr.14182) 1015 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:41.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:39.885804+0000 mgr.smithi067.djqliw (mgr.14182) 1015 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:41.220 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:41.822 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:40.656249+0000 mgr.smithi067.djqliw (mgr.14182) 1016 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:42.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:40.656249+0000 mgr.smithi067.djqliw (mgr.14182) 1016 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:42.542 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:42.542 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:42.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:43.930 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:44.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:42.537128+0000 mgr.smithi067.djqliw (mgr.14182) 1017 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:44.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:42.656722+0000 mgr.smithi067.djqliw (mgr.14182) 1018 : 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 2023-10-26T13:28:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:42.537128+0000 mgr.smithi067.djqliw (mgr.14182) 1017 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:42.656722+0000 mgr.smithi067.djqliw (mgr.14182) 1018 : 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 2023-10-26T13:28:45.314 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:45.315 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:45.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:45.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:44.657159+0000 mgr.smithi067.djqliw (mgr.14182) 1019 : 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 2023-10-26T13:28:45.947 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:45.309363+0000 mgr.smithi067.djqliw (mgr.14182) 1020 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:46.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:44.657159+0000 mgr.smithi067.djqliw (mgr.14182) 1019 : 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 2023-10-26T13:28:46.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:45.309363+0000 mgr.smithi067.djqliw (mgr.14182) 1020 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:46.693 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:47.656 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:46.657744+0000 mgr.smithi067.djqliw (mgr.14182) 1021 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:46.657744+0000 mgr.smithi067.djqliw (mgr.14182) 1021 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:48.048 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:48.049 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:48.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:48.685 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:48.043599+0000 mgr.smithi067.djqliw (mgr.14182) 1022 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:48.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:48.043599+0000 mgr.smithi067.djqliw (mgr.14182) 1022 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:49.446 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:49.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:48.658085+0000 mgr.smithi067.djqliw (mgr.14182) 1023 : 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 2023-10-26T13:28:49.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:48.658085+0000 mgr.smithi067.djqliw (mgr.14182) 1023 : 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 2023-10-26T13:28:50.852 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:50.853 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:51.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:51.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:50.658440+0000 mgr.smithi067.djqliw (mgr.14182) 1024 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:51.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:50.847157+0000 mgr.smithi067.djqliw (mgr.14182) 1025 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:52.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:50.658440+0000 mgr.smithi067.djqliw (mgr.14182) 1024 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:28:52.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:50.847157+0000 mgr.smithi067.djqliw (mgr.14182) 1025 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:52.205 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:53.624 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:53.624 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:53.957 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:52.658883+0000 mgr.smithi067.djqliw (mgr.14182) 1026 : 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 2023-10-26T13:28:53.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:54.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:52.658883+0000 mgr.smithi067.djqliw (mgr.14182) 1026 : 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 2023-10-26T13:28:54.993 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:55.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:53.618746+0000 mgr.smithi067.djqliw (mgr.14182) 1027 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:55.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:53.618746+0000 mgr.smithi067.djqliw (mgr.14182) 1027 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:55.948 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:54.659483+0000 mgr.smithi067.djqliw (mgr.14182) 1028 : 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 2023-10-26T13:28:56.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:54.659483+0000 mgr.smithi067.djqliw (mgr.14182) 1028 : 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 2023-10-26T13:28:56.387 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:56.387 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:56.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:57.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:56.381637+0000 mgr.smithi067.djqliw (mgr.14182) 1029 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:57.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:56.660205+0000 mgr.smithi067.djqliw (mgr.14182) 1030 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:57.760 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:28:57.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:56.381637+0000 mgr.smithi067.djqliw (mgr.14182) 1029 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:28:57.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:56.660205+0000 mgr.smithi067.djqliw (mgr.14182) 1030 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:28:59.086 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:28:59.087 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:28:59.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:28:59.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:28:58.660613+0000 mgr.smithi067.djqliw (mgr.14182) 1031 : 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 2023-10-26T13:28:59.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:28:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:28:59.081367+0000 mgr.smithi067.djqliw (mgr.14182) 1032 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:00.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:28:58.660613+0000 mgr.smithi067.djqliw (mgr.14182) 1031 : 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 2023-10-26T13:29:00.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:28:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:28:59.081367+0000 mgr.smithi067.djqliw (mgr.14182) 1032 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:00.433 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:01.741 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:01.741 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:01.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:00.661042+0000 mgr.smithi067.djqliw (mgr.14182) 1033 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:02.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:02.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:00.661042+0000 mgr.smithi067.djqliw (mgr.14182) 1033 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:03.154 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:03.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:01.735312+0000 mgr.smithi067.djqliw (mgr.14182) 1034 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:03.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:01.735312+0000 mgr.smithi067.djqliw (mgr.14182) 1034 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:03.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:02.661597+0000 mgr.smithi067.djqliw (mgr.14182) 1035 : 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 2023-10-26T13:29:04.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:02.661597+0000 mgr.smithi067.djqliw (mgr.14182) 1035 : 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 2023-10-26T13:29:04.679 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:04.679 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:05.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:06.101 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:06.136 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:04.661987+0000 mgr.smithi067.djqliw (mgr.14182) 1036 : 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 2023-10-26T13:29:06.136 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:04.674056+0000 mgr.smithi067.djqliw (mgr.14182) 1037 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:06.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:04.661987+0000 mgr.smithi067.djqliw (mgr.14182) 1036 : 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 2023-10-26T13:29:06.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:04.674056+0000 mgr.smithi067.djqliw (mgr.14182) 1037 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:07.543 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:07.543 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:06.662489+0000 mgr.smithi067.djqliw (mgr.14182) 1038 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:07.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:06.662489+0000 mgr.smithi067.djqliw (mgr.14182) 1038 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:07.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:08.685 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:07.537434+0000 mgr.smithi067.djqliw (mgr.14182) 1039 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:08.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:07.537434+0000 mgr.smithi067.djqliw (mgr.14182) 1039 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:08.975 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:09.718 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:08.663108+0000 mgr.smithi067.djqliw (mgr.14182) 1040 : 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 2023-10-26T13:29:09.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:08.663108+0000 mgr.smithi067.djqliw (mgr.14182) 1040 : 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 2023-10-26T13:29:10.382 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:10.383 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:10.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:11.758 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:11.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:10.377224+0000 mgr.smithi067.djqliw (mgr.14182) 1041 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:11.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:10.663563+0000 mgr.smithi067.djqliw (mgr.14182) 1042 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:12.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:10.377224+0000 mgr.smithi067.djqliw (mgr.14182) 1041 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:12.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:10.663563+0000 mgr.smithi067.djqliw (mgr.14182) 1042 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:13.071 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:13.072 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:13.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:14.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:12.664088+0000 mgr.smithi067.djqliw (mgr.14182) 1043 : 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 2023-10-26T13:29:14.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:13.066153+0000 mgr.smithi067.djqliw (mgr.14182) 1044 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:14.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:12.664088+0000 mgr.smithi067.djqliw (mgr.14182) 1043 : 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 2023-10-26T13:29:14.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:13.066153+0000 mgr.smithi067.djqliw (mgr.14182) 1044 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:14.491 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:15.873 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:15.874 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:20:29.462330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.vmopii on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-vmopii\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.vmopii\nDeploy daemon haproxy.nfs.foo.smithi175.vmopii ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:18:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:18:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:19:51Z\" 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.293140Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.mmwiex on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-mmwiex\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.mmwiex\nDeploy daemon haproxy.nfs.foo.smithi067.mmwiex ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:21:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:21:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:22:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:22:59.294416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.yhnofp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:15.898 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:14.664469+0000 mgr.smithi067.djqliw (mgr.14182) 1045 : 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 2023-10-26T13:29:16.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:14.664469+0000 mgr.smithi067.djqliw (mgr.14182) 1045 : 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 2023-10-26T13:29:16.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:17.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:15.868105+0000 mgr.smithi067.djqliw (mgr.14182) 1046 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:17.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:15.868105+0000 mgr.smithi067.djqliw (mgr.14182) 1046 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:17.301 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:17.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:16.665000+0000 mgr.smithi067.djqliw (mgr.14182) 1047 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:18.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:16.665000+0000 mgr.smithi067.djqliw (mgr.14182) 1047 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:18.756 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:18.757 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:19.104 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:29:18.131490+0000 mgr.smithi067.djqliw (mgr.14182) 1048 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.lhjyxs ... 2023-10-26T13:29:19.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:29:19.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:26:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:27:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:28:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.107 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:29:19.107 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.107 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Traceback (most recent call last): 2023-10-26T13:29:19.107 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:29:19.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: yield (conn, connr) 2023-10-26T13:29:19.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:29:19.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: code, '\n'.join(err))) 2023-10-26T13:29:19.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.lhjyxs ... 2023-10-26T13:29:19.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:29:19.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:26:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:27:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:28:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:29:19.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:29:18.131663+0000 mgr.smithi067.djqliw (mgr.14182) 1049 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:18.131993+0000 mon.smithi067 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.lhjyxs"}]: dispatch 2023-10-26T13:29:19.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:29:18.132640+0000 mgr.smithi067.djqliw (mgr.14182) 1050 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.112 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.112 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: Deploy daemon haproxy.nfs.foo.smithi067.lhjyxs ... 2023-10-26T13:29:19.112 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.112 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:29:19.113 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:26:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.113 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:27:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.113 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: stat: stderr time="2023-10-26T13:28:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.113 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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 2023-10-26T13:29:19.113 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.114 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:29:18.133800+0000 mgr.smithi067.djqliw (mgr.14182) 1051 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:29:19.114 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:29:18.134772+0000 mgr.smithi067.djqliw (mgr.14182) 1052 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:29:19.114 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:18.135437+0000 mgr.smithi067.djqliw (mgr.14182) 1053 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:19.114 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:18.408516+0000 mon.smithi067 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:29:19.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:19.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:29:18.131490+0000 mgr.smithi067.djqliw (mgr.14182) 1048 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.lhjyxs ... 2023-10-26T13:29:19.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:29:19.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:26:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.164 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:27:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:28:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:29:19.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Traceback (most recent call last): 2023-10-26T13:29:19.165 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-10-26T13:29:19.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: yield (conn, connr) 2023-10-26T13:29:19.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-10-26T13:29:19.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: code, '\n'.join(err))) 2023-10-26T13:29:19.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.166 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.lhjyxs ... 2023-10-26T13:29:19.167 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:29:19.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:26:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:27:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:28:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.168 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:29:19.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:29:18.131663+0000 mgr.smithi067.djqliw (mgr.14182) 1049 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:18.131993+0000 mon.smithi067 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.lhjyxs"}]: dispatch 2023-10-26T13:29:19.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:29:18.132640+0000 mgr.smithi067.djqliw (mgr.14182) 1050 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:29:19.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:29:19.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: Deploy daemon haproxy.nfs.foo.smithi067.lhjyxs ... 2023-10-26T13:29:19.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:29:19.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:26:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:27:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: stat: stderr time="2023-10-26T13:28:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:29:19.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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 2023-10-26T13:29:19.171 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:29:19.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:29:18.133800+0000 mgr.smithi067.djqliw (mgr.14182) 1051 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:29:19.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:29:18.134772+0000 mgr.smithi067.djqliw (mgr.14182) 1052 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:29:19.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:18.135437+0000 mgr.smithi067.djqliw (mgr.14182) 1053 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:19.172 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:18.408516+0000 mon.smithi067 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:29:20.140 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:20.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:18.728674+0000 mon.smithi067 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-26T13:29:20.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:18.751285+0000 mgr.smithi067.djqliw (mgr.14182) 1054 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:20.175 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:18.728674+0000 mon.smithi067 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-26T13:29:20.175 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:18.751285+0000 mgr.smithi067.djqliw (mgr.14182) 1054 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:21.012 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:20.136017+0000 mgr.smithi067.djqliw (mgr.14182) 1055 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:21.162 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:20.136017+0000 mgr.smithi067.djqliw (mgr.14182) 1055 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:21.563 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:21.564 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:21.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:22.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:21.558185+0000 mgr.smithi067.djqliw (mgr.14182) 1056 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:22.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:22 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:22.136713+0000 mgr.smithi067.djqliw (mgr.14182) 1057 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:22.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:22 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:21.558185+0000 mgr.smithi067.djqliw (mgr.14182) 1056 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:22.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:22 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:22.136713+0000 mgr.smithi067.djqliw (mgr.14182) 1057 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:22.941 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:24.350 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:24.351 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:24.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:24.137193+0000 mgr.smithi067.djqliw (mgr.14182) 1058 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:24.345104+0000 mgr.smithi067.djqliw (mgr.14182) 1059 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:24.137193+0000 mgr.smithi067.djqliw (mgr.14182) 1058 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:25.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:24.345104+0000 mgr.smithi067.djqliw (mgr.14182) 1059 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:25.740 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:27.152 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:27.152 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:27.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:26.137784+0000 mgr.smithi067.djqliw (mgr.14182) 1060 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:27.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:27.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:26.137784+0000 mgr.smithi067.djqliw (mgr.14182) 1060 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:28.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:28 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:27.146846+0000 mgr.smithi067.djqliw (mgr.14182) 1061 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:28.588 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:27.146846+0000 mgr.smithi067.djqliw (mgr.14182) 1061 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:29.341 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:28.138578+0000 mgr.smithi067.djqliw (mgr.14182) 1062 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:29.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:28.138578+0000 mgr.smithi067.djqliw (mgr.14182) 1062 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2023-10-26T13:29:29.988 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:29.988 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:30.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:31.382 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:31.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:29.983089+0000 mgr.smithi067.djqliw (mgr.14182) 1063 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:31.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:30.139114+0000 mgr.smithi067.djqliw (mgr.14182) 1064 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:31.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:29.983089+0000 mgr.smithi067.djqliw (mgr.14182) 1063 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:31.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:30.139114+0000 mgr.smithi067.djqliw (mgr.14182) 1064 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:32.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:32 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:32.139871+0000 mgr.smithi067.djqliw (mgr.14182) 1065 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:32.772 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:32.772 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:32.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:32 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:32.139871+0000 mgr.smithi067.djqliw (mgr.14182) 1065 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:33.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:34.147 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:34.182 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:32.767502+0000 mgr.smithi067.djqliw (mgr.14182) 1066 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:34.182 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:32.924630+0000 mon.smithi067 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:29:34.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:32.767502+0000 mgr.smithi067.djqliw (mgr.14182) 1066 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:34.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:32.924630+0000 mon.smithi067 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:29:35.174 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:34 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:34.140426+0000 mgr.smithi067.djqliw (mgr.14182) 1067 : 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 2023-10-26T13:29:35.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:34 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:34.140426+0000 mgr.smithi067.djqliw (mgr.14182) 1067 : 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 2023-10-26T13:29:35.554 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:35.555 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:35.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:36.981 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:37.364 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:35.549547+0000 mgr.smithi067.djqliw (mgr.14182) 1068 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:37.364 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:36.141133+0000 mgr.smithi067.djqliw (mgr.14182) 1069 : 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 2023-10-26T13:29:37.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:35.549547+0000 mgr.smithi067.djqliw (mgr.14182) 1068 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:37.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:36.141133+0000 mgr.smithi067.djqliw (mgr.14182) 1069 : 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 2023-10-26T13:29:38.443 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:38.444 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:38.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:39.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:38.141977+0000 mgr.smithi067.djqliw (mgr.14182) 1070 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:39.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:38.141977+0000 mgr.smithi067.djqliw (mgr.14182) 1070 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:39.813 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:40.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:40 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:38.438235+0000 mgr.smithi067.djqliw (mgr.14182) 1071 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:40.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:40 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:38.438235+0000 mgr.smithi067.djqliw (mgr.14182) 1071 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:41.319 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:41.319 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:41.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:40.142464+0000 mgr.smithi067.djqliw (mgr.14182) 1072 : 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 2023-10-26T13:29:41.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:40.142464+0000 mgr.smithi067.djqliw (mgr.14182) 1072 : 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 2023-10-26T13:29:41.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:42.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:42 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:41.313616+0000 mgr.smithi067.djqliw (mgr.14182) 1073 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:42.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:42 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:41.313616+0000 mgr.smithi067.djqliw (mgr.14182) 1073 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:42.715 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:43.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:42.143098+0000 mgr.smithi067.djqliw (mgr.14182) 1074 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:43.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:42.143098+0000 mgr.smithi067.djqliw (mgr.14182) 1074 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:44.050 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:44.051 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:44.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:45.437 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:45.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:44.045670+0000 mgr.smithi067.djqliw (mgr.14182) 1075 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:45.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:44.143611+0000 mgr.smithi067.djqliw (mgr.14182) 1076 : 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 2023-10-26T13:29:45.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:44.045670+0000 mgr.smithi067.djqliw (mgr.14182) 1075 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:45.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:44.143611+0000 mgr.smithi067.djqliw (mgr.14182) 1076 : 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 2023-10-26T13:29:46.797 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:46.797 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:47.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:47.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:46.144313+0000 mgr.smithi067.djqliw (mgr.14182) 1077 : 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 2023-10-26T13:29:47.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:46.144313+0000 mgr.smithi067.djqliw (mgr.14182) 1077 : 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 2023-10-26T13:29:48.178 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:48.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:48 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:46.792269+0000 mgr.smithi067.djqliw (mgr.14182) 1078 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:48.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:48 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:46.792269+0000 mgr.smithi067.djqliw (mgr.14182) 1078 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:49.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:48.144952+0000 mgr.smithi067.djqliw (mgr.14182) 1079 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:49.533 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:49.534 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:49.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:48.144952+0000 mgr.smithi067.djqliw (mgr.14182) 1079 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:49.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:50.930 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:49.528539+0000 mgr.smithi067.djqliw (mgr.14182) 1080 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:51.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:50.145567+0000 mgr.smithi067.djqliw (mgr.14182) 1081 : 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 2023-10-26T13:29:51.680 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:49.528539+0000 mgr.smithi067.djqliw (mgr.14182) 1080 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:51.680 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:50.145567+0000 mgr.smithi067.djqliw (mgr.14182) 1081 : 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 2023-10-26T13:29:52.429 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:52.429 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:52.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:52 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:52.146168+0000 mgr.smithi067.djqliw (mgr.14182) 1082 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:52.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:52.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:52 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:52.146168+0000 mgr.smithi067.djqliw (mgr.14182) 1082 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:29:53.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:52.422650+0000 mgr.smithi067.djqliw (mgr.14182) 1083 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:53.803 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:53.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:52.422650+0000 mgr.smithi067.djqliw (mgr.14182) 1083 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:54.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:54 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:54.146642+0000 mgr.smithi067.djqliw (mgr.14182) 1084 : 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 2023-10-26T13:29:54.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:54 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:54.146642+0000 mgr.smithi067.djqliw (mgr.14182) 1084 : 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 2023-10-26T13:29:55.254 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:55.255 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:55.599 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:55.249026+0000 mgr.smithi067.djqliw (mgr.14182) 1085 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:55.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:55.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:55.249026+0000 mgr.smithi067.djqliw (mgr.14182) 1085 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:56.661 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:56.697 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:56.147307+0000 mgr.smithi067.djqliw (mgr.14182) 1086 : 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 2023-10-26T13:29:56.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:56.147307+0000 mgr.smithi067.djqliw (mgr.14182) 1086 : 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 2023-10-26T13:29:58.075 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:29:58.075 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:29:58.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:29:59.443 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:29:59.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:29:58.069954+0000 mgr.smithi067.djqliw (mgr.14182) 1087 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:59.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:29:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:29:58.147877+0000 mgr.smithi067.djqliw (mgr.14182) 1088 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:29:59.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:29:58.069954+0000 mgr.smithi067.djqliw (mgr.14182) 1087 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:29:59.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:29:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:29:58.147877+0000 mgr.smithi067.djqliw (mgr.14182) 1088 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:00.398 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000188+0000 mon.smithi067 (mon.0) 696 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-10-26T13:30:00.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000261+0000 mon.smithi067 (mon.0) 697 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-10-26T13:30:00.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000304+0000 mon.smithi067 (mon.0) 698 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:30:00.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000348+0000 mon.smithi067 (mon.0) 699 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:30:00.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000410+0000 mon.smithi067 (mon.0) 700 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:30:00.399 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000427+0000 mon.smithi067 (mon.0) 701 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:30:00.400 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000442+0000 mon.smithi067 (mon.0) 702 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi175.ntxpmu ... 2023-10-26T13:30:00.400 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000459+0000 mon.smithi067 (mon.0) 703 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:30:00.400 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000475+0000 mon.smithi067 (mon.0) 704 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:30:00.400 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000491+0000 mon.smithi067 (mon.0) 705 : cluster [WRN] stat: stderr time="2023-10-26T13:23:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000506+0000 mon.smithi067 (mon.0) 706 : cluster [WRN] stat: stderr time="2023-10-26T13:24:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000521+0000 mon.smithi067 (mon.0) 707 : cluster [WRN] stat: stderr time="2023-10-26T13:25:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000552+0000 mon.smithi067 (mon.0) 708 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-10-26T13:30:00.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000569+0000 mon.smithi067 (mon.0) 709 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:30:00.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000595+0000 mon.smithi067 (mon.0) 710 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:30:00.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000609+0000 mon.smithi067 (mon.0) 711 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:30:00.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000631+0000 mon.smithi067 (mon.0) 712 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:30:00.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000648+0000 mon.smithi067 (mon.0) 713 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:30:00.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000663+0000 mon.smithi067 (mon.0) 714 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi067.lhjyxs ... 2023-10-26T13:30:00.403 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000679+0000 mon.smithi067 (mon.0) 715 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:30:00.403 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000697+0000 mon.smithi067 (mon.0) 716 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:30:00.403 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000714+0000 mon.smithi067 (mon.0) 717 : cluster [WRN] stat: stderr time="2023-10-26T13:26:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.404 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000728+0000 mon.smithi067 (mon.0) 718 : cluster [WRN] stat: stderr time="2023-10-26T13:27:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.404 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000745+0000 mon.smithi067 (mon.0) 719 : cluster [WRN] stat: stderr time="2023-10-26T13:28:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.404 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000768+0000 mon.smithi067 (mon.0) 720 : cluster [WRN] 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 2023-10-26T13:30:00.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000784+0000 mon.smithi067 (mon.0) 721 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:30:00.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000800+0000 mon.smithi067 (mon.0) 722 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:30:00.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:00 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.000815+0000 mon.smithi067 (mon.0) 723 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:30:00.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000188+0000 mon.smithi067 (mon.0) 696 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-10-26T13:30:00.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000261+0000 mon.smithi067 (mon.0) 697 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-10-26T13:30:00.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000304+0000 mon.smithi067 (mon.0) 698 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:30:00.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000348+0000 mon.smithi067 (mon.0) 699 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu 2023-10-26T13:30:00.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000410+0000 mon.smithi067 (mon.0) 700 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:30:00.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000427+0000 mon.smithi067 (mon.0) 701 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu 2023-10-26T13:30:00.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000442+0000 mon.smithi067 (mon.0) 702 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi175.ntxpmu ... 2023-10-26T13:30:00.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000459+0000 mon.smithi067 (mon.0) 703 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:30:00.666 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000475+0000 mon.smithi067 (mon.0) 704 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:30:00.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000491+0000 mon.smithi067 (mon.0) 705 : cluster [WRN] stat: stderr time="2023-10-26T13:23:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000506+0000 mon.smithi067 (mon.0) 706 : cluster [WRN] stat: stderr time="2023-10-26T13:24:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.667 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000521+0000 mon.smithi067 (mon.0) 707 : cluster [WRN] stat: stderr time="2023-10-26T13:25:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000552+0000 mon.smithi067 (mon.0) 708 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-10-26T13:30:00.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000569+0000 mon.smithi067 (mon.0) 709 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:30:00.668 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000595+0000 mon.smithi067 (mon.0) 710 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:30:00.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000609+0000 mon.smithi067 (mon.0) 711 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs 2023-10-26T13:30:00.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000631+0000 mon.smithi067 (mon.0) 712 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:30:00.669 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000648+0000 mon.smithi067 (mon.0) 713 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs 2023-10-26T13:30:00.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000663+0000 mon.smithi067 (mon.0) 714 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi067.lhjyxs ... 2023-10-26T13:30:00.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000679+0000 mon.smithi067 (mon.0) 715 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:30:00.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000697+0000 mon.smithi067 (mon.0) 716 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-10-26T13:30:00.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000714+0000 mon.smithi067 (mon.0) 717 : cluster [WRN] stat: stderr time="2023-10-26T13:26:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000728+0000 mon.smithi067 (mon.0) 718 : cluster [WRN] stat: stderr time="2023-10-26T13:27:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.671 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000745+0000 mon.smithi067 (mon.0) 719 : cluster [WRN] stat: stderr time="2023-10-26T13:28:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-26T13:30:00.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000768+0000 mon.smithi067 (mon.0) 720 : cluster [WRN] 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 2023-10-26T13:30:00.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000784+0000 mon.smithi067 (mon.0) 721 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-10-26T13:30:00.672 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000800+0000 mon.smithi067 (mon.0) 722 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:30:00.673 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:00 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.000815+0000 mon.smithi067 (mon.0) 723 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-10-26T13:30:00.824 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:00.824 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:01.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:00.148442+0000 mgr.smithi067.djqliw (mgr.14182) 1089 : 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 2023-10-26T13:30:01.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:00.148442+0000 mgr.smithi067.djqliw (mgr.14182) 1089 : 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 2023-10-26T13:30:02.193 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:02.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:02 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:00.818668+0000 mgr.smithi067.djqliw (mgr.14182) 1090 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:02.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:02 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:00.818668+0000 mgr.smithi067.djqliw (mgr.14182) 1090 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:03.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:02.149231+0000 mgr.smithi067.djqliw (mgr.14182) 1091 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:03.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:02.149231+0000 mgr.smithi067.djqliw (mgr.14182) 1091 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:03.673 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:03.673 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:04.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:05.035 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:05.376 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:03.668168+0000 mgr.smithi067.djqliw (mgr.14182) 1092 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:05.376 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:04.149767+0000 mgr.smithi067.djqliw (mgr.14182) 1093 : 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 2023-10-26T13:30:05.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:03.668168+0000 mgr.smithi067.djqliw (mgr.14182) 1092 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:05.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:04.149767+0000 mgr.smithi067.djqliw (mgr.14182) 1093 : 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 2023-10-26T13:30:06.456 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:06.456 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:06.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:07.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:06.150277+0000 mgr.smithi067.djqliw (mgr.14182) 1094 : 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 2023-10-26T13:30:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:06.150277+0000 mgr.smithi067.djqliw (mgr.14182) 1094 : 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 2023-10-26T13:30:07.946 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:08.285 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:08 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:06.450993+0000 mgr.smithi067.djqliw (mgr.14182) 1095 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:08.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:08 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:06.450993+0000 mgr.smithi067.djqliw (mgr.14182) 1095 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:09.339 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:09.339 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:09.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:08.150826+0000 mgr.smithi067.djqliw (mgr.14182) 1096 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:09.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:08.150826+0000 mgr.smithi067.djqliw (mgr.14182) 1096 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:09.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:10.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:09.333461+0000 mgr.smithi067.djqliw (mgr.14182) 1097 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:10.701 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:10.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:09.333461+0000 mgr.smithi067.djqliw (mgr.14182) 1097 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:11.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:10.151438+0000 mgr.smithi067.djqliw (mgr.14182) 1098 : 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 2023-10-26T13:30:11.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:10.151438+0000 mgr.smithi067.djqliw (mgr.14182) 1098 : 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 2023-10-26T13:30:12.160 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:12.160 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:12.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:12.152046+0000 mgr.smithi067.djqliw (mgr.14182) 1099 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:12.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:12 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:12.154982+0000 mgr.smithi067.djqliw (mgr.14182) 1100 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:12.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:12.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:12.152046+0000 mgr.smithi067.djqliw (mgr.14182) 1099 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:12.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:12 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:12.154982+0000 mgr.smithi067.djqliw (mgr.14182) 1100 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:13.537 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:14.924 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:14.924 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:15.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:15.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:14.152789+0000 mgr.smithi067.djqliw (mgr.14182) 1101 : 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 2023-10-26T13:30:15.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:14.152789+0000 mgr.smithi067.djqliw (mgr.14182) 1101 : 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 2023-10-26T13:30:16.332 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:16.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:14.918961+0000 mgr.smithi067.djqliw (mgr.14182) 1102 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:16.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:14.918961+0000 mgr.smithi067.djqliw (mgr.14182) 1102 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:17.377 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:16.153402+0000 mgr.smithi067.djqliw (mgr.14182) 1103 : 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 2023-10-26T13:30:17.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:16.153402+0000 mgr.smithi067.djqliw (mgr.14182) 1103 : 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 2023-10-26T13:30:17.758 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:17.758 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:00.968740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:00.969354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:00.968886Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:00.968962Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:00.969030Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:00.969096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:18.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:18.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:18.137234+0000 mon.smithi067 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:30:18.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:18.137234+0000 mon.smithi067 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-26T13:30:19.124 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:19.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:17.752985+0000 mgr.smithi067.djqliw (mgr.14182) 1104 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:19.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:18.153930+0000 mgr.smithi067.djqliw (mgr.14182) 1105 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:19.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:17.752985+0000 mgr.smithi067.djqliw (mgr.14182) 1104 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:19.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:18.153930+0000 mgr.smithi067.djqliw (mgr.14182) 1105 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:20.548 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:19.528153+0000 mon.smithi067 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:20.549 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:20 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:20.154421+0000 mgr.smithi067.djqliw (mgr.14182) 1106 : 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 2023-10-26T13:30:20.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:19.528153+0000 mon.smithi067 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:20.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:20 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:20.154421+0000 mgr.smithi067.djqliw (mgr.14182) 1106 : 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 2023-10-26T13:30:20.992 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:20.993 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:23:04.044705Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:23:04.044777Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:23:04.044844Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:23:04.045299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:23:04.044612Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:23:04.044470Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:23:04.045363Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:23:04.044909Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:23:04.045039Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:23:04.044974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:21.637 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:20.987048+0000 mgr.smithi067.djqliw (mgr.14182) 1107 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:21.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:21.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:20.987048+0000 mgr.smithi067.djqliw (mgr.14182) 1107 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:22.640 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:23.394 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:22.155275+0000 mgr.smithi067.djqliw (mgr.14182) 1108 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:23.394 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:22.173917+0000 mon.smithi067 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:23.394 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:22.473502+0000 mon.smithi067 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:30:23.395 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:22.474217+0000 mon.smithi067 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:30:23.395 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:22.478415+0000 mon.smithi067 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:23.395 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:22.481987+0000 mon.smithi067 (mon.0) 730 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:30:23.395 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:22.488597+0000 mon.smithi067 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:23.396 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:22.532981+0000 mon.smithi067 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-10-26T13:30:23.396 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:22.533001+0000 mon.smithi067 (mon.0) 733 : cluster [INF] Cluster is now healthy 2023-10-26T13:30:23.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:22.155275+0000 mgr.smithi067.djqliw (mgr.14182) 1108 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:23.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:22.173917+0000 mon.smithi067 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:23.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:22.473502+0000 mon.smithi067 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-26T13:30:23.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:22.474217+0000 mon.smithi067 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-26T13:30:23.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:22.478415+0000 mon.smithi067 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:23.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:22.481987+0000 mon.smithi067 (mon.0) 730 : audit [DBG] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-26T13:30:23.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:22.488597+0000 mon.smithi067 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:23.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:22.532981+0000 mon.smithi067 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-10-26T13:30:23.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:22.533001+0000 mon.smithi067 (mon.0) 733 : cluster [INF] Cluster is now healthy 2023-10-26T13:30:24.080 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:24.081 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:24.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:22.478802+0000 mgr.smithi067.djqliw (mgr.14182) 1109 : cluster [DBG] pgmap v648: 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 2023-10-26T13:30:24.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cephadm 2023-10-26T13:30:22.490471+0000 mgr.smithi067.djqliw (mgr.14182) 1110 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.koftoz on smithi175 2023-10-26T13:30:24.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:24.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:22.478802+0000 mgr.smithi067.djqliw (mgr.14182) 1109 : cluster [DBG] pgmap v648: 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 2023-10-26T13:30:24.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cephadm 2023-10-26T13:30:22.490471+0000 mgr.smithi067.djqliw (mgr.14182) 1110 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.koftoz on smithi175 2023-10-26T13:30:25.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:24.075404+0000 mgr.smithi067.djqliw (mgr.14182) 1111 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:25.509 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:25.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:24.075404+0000 mgr.smithi067.djqliw (mgr.14182) 1111 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:26.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:26 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:24.479266+0000 mgr.smithi067.djqliw (mgr.14182) 1112 : cluster [DBG] pgmap v649: 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 2023-10-26T13:30:26.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:26 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:24.479266+0000 mgr.smithi067.djqliw (mgr.14182) 1112 : cluster [DBG] pgmap v649: 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 2023-10-26T13:30:26.966 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:26.966 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:27.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:27.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:26.479927+0000 mgr.smithi067.djqliw (mgr.14182) 1113 : cluster [DBG] pgmap v650: 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 2023-10-26T13:30:27.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:26.960878+0000 mgr.smithi067.djqliw (mgr.14182) 1114 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:27.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:26.479927+0000 mgr.smithi067.djqliw (mgr.14182) 1113 : cluster [DBG] pgmap v650: 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 2023-10-26T13:30:27.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:26.960878+0000 mgr.smithi067.djqliw (mgr.14182) 1114 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:28.384 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:29.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:29 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:28.480390+0000 mgr.smithi067.djqliw (mgr.14182) 1115 : cluster [DBG] pgmap v651: 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 2023-10-26T13:30:29.738 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:29.738 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:29.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:29 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:28.480390+0000 mgr.smithi067.djqliw (mgr.14182) 1115 : cluster [DBG] pgmap v651: 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 2023-10-26T13:30:30.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:30.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:30 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:29.733033+0000 mgr.smithi067.djqliw (mgr.14182) 1116 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:30.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:30 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:29.733033+0000 mgr.smithi067.djqliw (mgr.14182) 1116 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:31.140 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:31.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:31 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:30.481020+0000 mgr.smithi067.djqliw (mgr.14182) 1117 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-10-26T13:30:31.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:31 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:30.481020+0000 mgr.smithi067.djqliw (mgr.14182) 1117 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-10-26T13:30:32.597 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:32.598 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:33.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:34.057 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:34.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:32.481462+0000 mgr.smithi067.djqliw (mgr.14182) 1118 : cluster [DBG] pgmap v653: 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 2023-10-26T13:30:34.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:32.591881+0000 mgr.smithi067.djqliw (mgr.14182) 1119 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:34.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:33 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:32.925821+0000 mon.smithi067 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:34.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:32.481462+0000 mgr.smithi067.djqliw (mgr.14182) 1118 : cluster [DBG] pgmap v653: 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 2023-10-26T13:30:34.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:32.591881+0000 mgr.smithi067.djqliw (mgr.14182) 1119 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:34.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:33 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:32.925821+0000 mon.smithi067 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.67:0/2270783420' entity='mgr.smithi067.djqliw' 2023-10-26T13:30:35.503 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:35.503 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:35.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:36.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:35 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:34.482093+0000 mgr.smithi067.djqliw (mgr.14182) 1120 : 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 2023-10-26T13:30:36.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:35 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:34.482093+0000 mgr.smithi067.djqliw (mgr.14182) 1120 : 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 2023-10-26T13:30:36.906 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:37.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:36 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:35.497729+0000 mgr.smithi067.djqliw (mgr.14182) 1121 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:37.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:36 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:35.497729+0000 mgr.smithi067.djqliw (mgr.14182) 1121 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:38.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:37 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:36.482640+0000 mgr.smithi067.djqliw (mgr.14182) 1122 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:38.340 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:38.341 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:38.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:37 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:36.482640+0000 mgr.smithi067.djqliw (mgr.14182) 1122 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:38.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:38.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:38 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:38.335152+0000 mgr.smithi067.djqliw (mgr.14182) 1123 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:39.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:38 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:38.335152+0000 mgr.smithi067.djqliw (mgr.14182) 1123 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:39.763 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:40.140 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:39 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:38.483182+0000 mgr.smithi067.djqliw (mgr.14182) 1124 : 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 2023-10-26T13:30:40.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:39 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:38.483182+0000 mgr.smithi067.djqliw (mgr.14182) 1124 : 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 2023-10-26T13:30:41.202 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:41.202 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:41.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:42.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:40.483550+0000 mgr.smithi067.djqliw (mgr.14182) 1125 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:42.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:41 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:41.196896+0000 mgr.smithi067.djqliw (mgr.14182) 1126 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:42.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:40.483550+0000 mgr.smithi067.djqliw (mgr.14182) 1125 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:42.413 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:41 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:41.196896+0000 mgr.smithi067.djqliw (mgr.14182) 1126 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:42.588 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:44.005 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:44.005 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:44.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:43 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:42.484183+0000 mgr.smithi067.djqliw (mgr.14182) 1127 : 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 2023-10-26T13:30:44.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:43 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:42.484183+0000 mgr.smithi067.djqliw (mgr.14182) 1127 : 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 2023-10-26T13:30:44.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:45.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:44 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:44.000055+0000 mgr.smithi067.djqliw (mgr.14182) 1128 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:45.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:44 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:44.000055+0000 mgr.smithi067.djqliw (mgr.14182) 1128 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:45.423 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:46.140 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:45 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:44.484749+0000 mgr.smithi067.djqliw (mgr.14182) 1129 : 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 2023-10-26T13:30:46.412 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:45 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:44.484749+0000 mgr.smithi067.djqliw (mgr.14182) 1129 : 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 2023-10-26T13:30:46.918 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:46.918 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:47.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:47.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:46.485296+0000 mgr.smithi067.djqliw (mgr.14182) 1130 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:47.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:47 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:46.912752+0000 mgr.smithi067.djqliw (mgr.14182) 1131 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:47.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:46.485296+0000 mgr.smithi067.djqliw (mgr.14182) 1130 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:47.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:47 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:46.912752+0000 mgr.smithi067.djqliw (mgr.14182) 1131 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:48.321 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:49.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:49 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:48.485779+0000 mgr.smithi067.djqliw (mgr.14182) 1132 : 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 2023-10-26T13:30:49.758 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:49.759 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:49.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:49 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:48.485779+0000 mgr.smithi067.djqliw (mgr.14182) 1132 : 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 2023-10-26T13:30:50.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:50.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:50 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:49.752678+0000 mgr.smithi067.djqliw (mgr.14182) 1133 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:50 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:49.752678+0000 mgr.smithi067.djqliw (mgr.14182) 1133 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:51.138 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:51.848 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:51 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:50.486257+0000 mgr.smithi067.djqliw (mgr.14182) 1134 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:51.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:51 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:50.486257+0000 mgr.smithi067.djqliw (mgr.14182) 1134 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:30:52.534 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:52.534 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:52.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:53.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:52.486723+0000 mgr.smithi067.djqliw (mgr.14182) 1135 : 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 2023-10-26T13:30:53.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:53 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:52.528847+0000 mgr.smithi067.djqliw (mgr.14182) 1136 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:53.963 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:52.486723+0000 mgr.smithi067.djqliw (mgr.14182) 1135 : 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 2023-10-26T13:30:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:53 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:52.528847+0000 mgr.smithi067.djqliw (mgr.14182) 1136 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:55.451 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:55.451 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:55.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:55 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:54.487130+0000 mgr.smithi067.djqliw (mgr.14182) 1137 : 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 2023-10-26T13:30:55.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:55.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:55 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:54.487130+0000 mgr.smithi067.djqliw (mgr.14182) 1137 : 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 2023-10-26T13:30:56.862 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:56.898 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:56 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:55.445709+0000 mgr.smithi067.djqliw (mgr.14182) 1138 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:56.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:56 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:55.445709+0000 mgr.smithi067.djqliw (mgr.14182) 1138 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:57.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:57 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:56.487706+0000 mgr.smithi067.djqliw (mgr.14182) 1139 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:57.930 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:57 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:56.487706+0000 mgr.smithi067.djqliw (mgr.14182) 1139 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:30:58.304 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:30:58.305 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:30:58.642 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:58 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:30:58.299646+0000 mgr.smithi067.djqliw (mgr.14182) 1140 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:58.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:30:58.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:58 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:30:58.299646+0000 mgr.smithi067.djqliw (mgr.14182) 1140 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:30:59.726 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:30:59.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:30:59 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:30:58.488340+0000 mgr.smithi067.djqliw (mgr.14182) 1141 : 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 2023-10-26T13:30:59.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:30:59 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:30:58.488340+0000 mgr.smithi067.djqliw (mgr.14182) 1141 : 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 2023-10-26T13:31:01.211 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:01.211 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:01.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:01.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:00.488783+0000 mgr.smithi067.djqliw (mgr.14182) 1142 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:31:01.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:01 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:01.205295+0000 mgr.smithi067.djqliw (mgr.14182) 1143 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:01.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:00.488783+0000 mgr.smithi067.djqliw (mgr.14182) 1142 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:31:01.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:01 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:01.205295+0000 mgr.smithi067.djqliw (mgr.14182) 1143 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:02.588 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:03.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:03 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:02.489316+0000 mgr.smithi067.djqliw (mgr.14182) 1144 : 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 2023-10-26T13:31:03.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:03 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:02.489316+0000 mgr.smithi067.djqliw (mgr.14182) 1144 : 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 2023-10-26T13:31:04.127 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:04.127 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:04.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:04.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:04 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:04.121761+0000 mgr.smithi067.djqliw (mgr.14182) 1145 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:04.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:04 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:04.121761+0000 mgr.smithi067.djqliw (mgr.14182) 1145 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:05.505 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:05.901 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:05 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:04.489755+0000 mgr.smithi067.djqliw (mgr.14182) 1146 : 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 2023-10-26T13:31:05.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:05 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:04.489755+0000 mgr.smithi067.djqliw (mgr.14182) 1146 : 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 2023-10-26T13:31:06.981 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:06.982 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:07.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:06.490299+0000 mgr.smithi067.djqliw (mgr.14182) 1147 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:31:07.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:07 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:06.976360+0000 mgr.smithi067.djqliw (mgr.14182) 1148 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:07.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:06.490299+0000 mgr.smithi067.djqliw (mgr.14182) 1147 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:31:07.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:07 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:06.976360+0000 mgr.smithi067.djqliw (mgr.14182) 1148 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:08.369 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:09.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:09 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:08.490758+0000 mgr.smithi067.djqliw (mgr.14182) 1149 : 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 2023-10-26T13:31:09.757 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:09.758 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:09.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:09 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:08.490758+0000 mgr.smithi067.djqliw (mgr.14182) 1149 : 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 2023-10-26T13:31:10.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:10.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:10 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:09.752584+0000 mgr.smithi067.djqliw (mgr.14182) 1150 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:10.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:10 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:09.752584+0000 mgr.smithi067.djqliw (mgr.14182) 1150 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:11.136 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:11.854 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:11 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:10.491449+0000 mgr.smithi067.djqliw (mgr.14182) 1151 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:31:11.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:11 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:10.491449+0000 mgr.smithi067.djqliw (mgr.14182) 1151 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:31:12.578 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:12.578 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:13.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:13.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:12.491890+0000 mgr.smithi067.djqliw (mgr.14182) 1152 : 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 2023-10-26T13:31:13.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:13 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:12.572606+0000 mgr.smithi067.djqliw (mgr.14182) 1153 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:12.491890+0000 mgr.smithi067.djqliw (mgr.14182) 1152 : 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 2023-10-26T13:31:13.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:13 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:12.572606+0000 mgr.smithi067.djqliw (mgr.14182) 1153 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:14.009 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:15.391 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:15.391 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:15.715 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:15 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:14.492288+0000 mgr.smithi067.djqliw (mgr.14182) 1154 : 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 2023-10-26T13:31:15.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:15.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:15 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:14.492288+0000 mgr.smithi067.djqliw (mgr.14182) 1154 : 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 2023-10-26T13:31:16.776 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:16.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:16 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:15.386043+0000 mgr.smithi067.djqliw (mgr.14182) 1155 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:16.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:16 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:15.386043+0000 mgr.smithi067.djqliw (mgr.14182) 1155 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:17.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:17 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:16.492967+0000 mgr.smithi067.djqliw (mgr.14182) 1156 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:31:17.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:17 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:16.492967+0000 mgr.smithi067.djqliw (mgr.14182) 1156 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:31:18.128 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:18.129 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:18.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:18.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:18 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:18.123616+0000 mgr.smithi067.djqliw (mgr.14182) 1157 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:18.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:18 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:18.123616+0000 mgr.smithi067.djqliw (mgr.14182) 1157 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:19.549 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:19.901 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:19 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:18.493636+0000 mgr.smithi067.djqliw (mgr.14182) 1158 : 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 2023-10-26T13:31:19.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:19 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:18.493636+0000 mgr.smithi067.djqliw (mgr.14182) 1158 : 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 2023-10-26T13:31:20.966 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:20.966 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:21.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:21.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:20.494056+0000 mgr.smithi067.djqliw (mgr.14182) 1159 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:31:21.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:21 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:20.960581+0000 mgr.smithi067.djqliw (mgr.14182) 1160 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:21.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:20.494056+0000 mgr.smithi067.djqliw (mgr.14182) 1159 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-26T13:31:21.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:21 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:20.960581+0000 mgr.smithi067.djqliw (mgr.14182) 1160 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:22.311 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:23.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:23 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:22.494523+0000 mgr.smithi067.djqliw (mgr.14182) 1161 : 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 2023-10-26T13:31:23.749 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:23.749 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:23.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:23 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:22.494523+0000 mgr.smithi067.djqliw (mgr.14182) 1161 : 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 2023-10-26T13:31:24.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:24.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:24 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:23.744079+0000 mgr.smithi067.djqliw (mgr.14182) 1162 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:24.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:24 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:23.744079+0000 mgr.smithi067.djqliw (mgr.14182) 1162 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:25.117 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f2ece71a1e784ed2e115679dd66f690a9706b8a8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-10-26T13:31:25.827 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:25 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:24.495070+0000 mgr.smithi067.djqliw (mgr.14182) 1163 : 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 2023-10-26T13:31:25.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:25 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:24.495070+0000 mgr.smithi067.djqliw (mgr.14182) 1163 : 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 2023-10-26T13:31:26.575 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-10-26T13:31:26.575 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-26T13:09:03.045773Z", "last_refresh": "2023-10-26T13:30:22.167277Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-26T13:08:59.376561Z", "last_refresh": "2023-10-26T13:30:19.522069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-26T13:09:01.248746Z", "last_refresh": "2023-10-26T13:30:22.167413Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-26T13:22:59.295418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.zmixod on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:25:47.992811Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.ntxpmu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi175-ntxpmu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi175.ntxpmu\nDeploy daemon haproxy.nfs.foo.smithi175.ntxpmu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.132550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.lhjyxs on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy-nfs-foo-smithi067-lhjyxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\n/bin/podman: stderr Error: no such container ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-haproxy.nfs.foo.smithi067.lhjyxs\nDeploy daemon haproxy.nfs.foo.smithi067.lhjyxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-10-26T13:26:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:27:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-10-26T13:28:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-10-26T13:29:18.133732Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lgtifz on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-10-26T13:29:18.134704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.hjlsaq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-10-26T13:12:18.637341Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2023-10-26T13:12:15.183773Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-26T13:12:15.179442Z", "last_refresh": "2023-10-26T13:30:19.522713Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-26T13:08:58.386075Z", "last_refresh": "2023-10-26T13:30:19.522212Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:09:59.021535Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-26T13:09:59.018831Z", "last_refresh": "2023-10-26T13:30:19.522289Z", "running": 2, "size": 2}}, {"events": ["2023-10-26T13:12:18.636310Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-26T13:12:18.633323Z", "last_refresh": "2023-10-26T13:30:22.167953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-26T13:09:02.117261Z", "last_refresh": "2023-10-26T13:30:19.522357Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-26T13:10:25.265572Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-26T13:10:25.261382Z", "last_refresh": "2023-10-26T13:30:19.522424Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-26T13:09:00.351801Z", "last_refresh": "2023-10-26T13:30:22.167543Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-26T13:31:26.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-10-26T13:31:26.957 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-10-26T13:31:27.024 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=656c8e44af424df3b0b157c24e97820b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_f2ece71a1e784ed2e115679dd66f690a9706b8a8/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-10-26T13:31:27.026 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-10-26T13:31:27.037 INFO:tasks.vip:Removing 10.0.15.67 (and any VIPs) on smithi067.front.sepia.ceph.com iface enp3s0f1... 2023-10-26T13:31:27.037 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr del 10.0.15.67/16 dev enp3s0f1 2023-10-26T13:31:27.082 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr del 10.0.31.67/16 dev enp3s0f1 2023-10-26T13:31:27.150 INFO:teuthology.orchestra.run.smithi067.stderr:RTNETLINK answers: Cannot assign requested address 2023-10-26T13:31:27.151 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-26T13:31:27.152 INFO:tasks.vip:Removing 10.0.15.175 (and any VIPs) on smithi175.front.sepia.ceph.com iface enp3s0f1... 2023-10-26T13:31:27.152 DEBUG:teuthology.orchestra.run.smithi175:> sudo ip addr del 10.0.15.175/16 dev enp3s0f1 2023-10-26T13:31:27.194 DEBUG:teuthology.orchestra.run.smithi175:> sudo ip addr del 10.0.31.67/16 dev enp3s0f1 2023-10-26T13:31:27.264 INFO:teuthology.orchestra.run.smithi175.stderr:RTNETLINK answers: Cannot assign requested address 2023-10-26T13:31:27.265 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-26T13:31:27.265 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-26T13:31:27.275 INFO:tasks.cephadm:Teardown begin 2023-10-26T13:31:27.276 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-26T13:31:27.304 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-26T13:31:27.335 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-26T13:31:27.336 DEBUG:teuthology.orchestra.run.smithi067:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-26T13:31:27.362 DEBUG:teuthology.orchestra.run.smithi175:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-26T13:31:27.396 INFO:tasks.cephadm:Stopping all daemons... 2023-10-26T13:31:27.396 INFO:tasks.cephadm.mon.smithi067:Stopping mon.smithi067... 2023-10-26T13:31:27.397 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi067 2023-10-26T13:31:27.721 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:27 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for ab97ef72-7400-11ee-8db9-212e2dc638e7... 2023-10-26T13:31:27.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: cluster 2023-10-26T13:31:26.495560+0000 mgr.smithi067.djqliw (mgr.14182) 1164 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:31:27.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: audit 2023-10-26T13:31:26.569799+0000 mgr.smithi067.djqliw (mgr.14182) 1165 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:27.722 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:27 smithi067 bash[229040]: Error: no container with name or ID "ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon.smithi067" found: no such container 2023-10-26T13:31:27.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:31:27.629+0000 7fa27eabf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi067 -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 2023-10-26T13:31:27.723 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:27 smithi067 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067[105506]: debug 2023-10-26T13:31:27.629+0000 7fa27eabf700 -1 mon.smithi067@0(leader) e2 *** Got Signal Terminated *** 2023-10-26T13:31:27.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: cluster 2023-10-26T13:31:26.495560+0000 mgr.smithi067.djqliw (mgr.14182) 1164 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-26T13:31:27.913 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:27 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: audit 2023-10-26T13:31:26.569799+0000 mgr.smithi067.djqliw (mgr.14182) 1165 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-26T13:31:28.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Oct 26 13:31:28 smithi067 bash[229080]: ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi067 2023-10-26T13:31:28.294 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi067.service' 2023-10-26T13:31:28.347 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T13:31:28.348 INFO:tasks.cephadm.mon.smithi067:Stopped mon.smithi067 2023-10-26T13:31:28.348 INFO:tasks.cephadm.mon.smithi175:Stopping mon.smithi175... 2023-10-26T13:31:28.349 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi175 2023-10-26T13:31:28.662 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:28 smithi175 systemd[1]: Stopping Ceph mon.smithi175 for ab97ef72-7400-11ee-8db9-212e2dc638e7... 2023-10-26T13:31:28.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:28 smithi175 bash[129664]: Error: no container with name or ID "ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon.smithi175" found: no such container 2023-10-26T13:31:28.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:31:28.602+0000 7f0f14cfb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi175 -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 2023-10-26T13:31:28.663 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Oct 26 13:31:28 smithi175 ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7-mon-smithi175[109218]: debug 2023-10-26T13:31:28.602+0000 7f0f14cfb700 -1 mon.smithi175@1(peon) e2 *** Got Signal Terminated *** 2023-10-26T13:31:29.159 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ab97ef72-7400-11ee-8db9-212e2dc638e7@mon.smithi175.service' 2023-10-26T13:31:29.208 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-26T13:31:29.208 INFO:tasks.cephadm.mon.smithi175:Stopped mon.smithi175 2023-10-26T13:31:29.209 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 --force --keep-logs 2023-10-26T13:32:17.079 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 --force --keep-logs 2023-10-26T13:34:26.550 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-26T13:34:26.589 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-26T13:34:26.620 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-26T13:34:26.623 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356/remote/ubuntu@smithi067.front.sepia.ceph.com/crash 2023-10-26T13:34:26.624 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/crash -- . 2023-10-26T13:34:26.690 INFO:teuthology.orchestra.run.smithi067.stderr:tar: /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-26T13:34:26.690 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Error is not recoverable: exiting now 2023-10-26T13:34:26.692 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356/remote/ubuntu@smithi175.front.sepia.ceph.com/crash 2023-10-26T13:34:26.693 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/crash -- . 2023-10-26T13:34:26.736 INFO:teuthology.orchestra.run.smithi175.stderr:tar: /var/lib/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-26T13:34:26.736 INFO:teuthology.orchestra.run.smithi175.stderr:tar: Error is not recoverable: exiting now 2023-10-26T13:34:26.737 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-26T13:34:26.738 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-26T13:34:26.770 INFO:teuthology.orchestra.run.smithi067.stderr:grep: /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph.log: No such file or directory 2023-10-26T13:34:26.771 INFO:tasks.cephadm:Compressing logs... 2023-10-26T13:34:26.772 DEBUG:teuthology.orchestra.run.smithi067:> 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 -- 2023-10-26T13:34:26.814 DEBUG:teuthology.orchestra.run.smithi175:> 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 -- 2023-10-26T13:34:26.842 INFO:teuthology.orchestra.run.smithi175.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-26T13:34:26.842 INFO:teuthology.orchestra.run.smithi175.stderr:: No such file or directory 2023-10-26T13:34:26.842 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.6.log 2023-10-26T13:34:26.843 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-volume.log 2023-10-26T13:34:26.843 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.2.log 2023-10-26T13:34:26.844 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi175.jluyyg.log 2023-10-26T13:34:26.845 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.0.log 2023-10-26T13:34:26.845 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi175.jluyyg.log: 86.4% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi175.jluyyg.log.gz 2023-10-26T13:34:26.846 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mgr.smithi175.ykhhxf.log 2023-10-26T13:34:26.846 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mon.smithi175.log 2023-10-26T13:34:26.848 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mgr.smithi175.ykhhxf.log: /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mon.smithi175.log: 92.5% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-volume.log.gz 2023-10-26T13:34:26.849 INFO:teuthology.orchestra.run.smithi067.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-26T13:34:26.849 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-26T13:34:26.849 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-volume.log 2023-10-26T13:34:26.850 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi067.dyzhts.log 2023-10-26T13:34:26.850 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.3.log 2023-10-26T13:34:26.850 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-volume.log: /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi067.dyzhts.log: gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mgr.smithi067.djqliw.log 2023-10-26T13:34:26.851 INFO:teuthology.orchestra.run.smithi067.stderr: 60.1% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi067.dyzhts.log.gz 2023-10-26T13:34:26.852 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.7.log 2023-10-26T13:34:26.852 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mon.smithi067.log 2023-10-26T13:34:26.852 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mgr.smithi067.djqliw.log: /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.5.log 2023-10-26T13:34:26.853 INFO:teuthology.orchestra.run.smithi175.stderr: 94.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-26T13:34:26.853 INFO:teuthology.orchestra.run.smithi175.stderr: 93.2% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mgr.smithi175.ykhhxf.log.gz 2023-10-26T13:34:26.854 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mon.smithi067.log: /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-volume.log.gz 2023-10-26T13:34:26.854 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.1.log 2023-10-26T13:34:26.855 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.4.log 2023-10-26T13:34:26.875 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.1.log: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-26T13:34:27.066 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.4.log: 92.2% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mon.smithi175.log.gz 2023-10-26T13:34:27.116 INFO:teuthology.orchestra.run.smithi067.stderr: 89.8% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mgr.smithi067.djqliw.log.gz 2023-10-26T13:34:27.198 INFO:teuthology.orchestra.run.smithi175.stderr: 93.0% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.2.log.gz 2023-10-26T13:34:27.222 INFO:teuthology.orchestra.run.smithi175.stderr: 93.0% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.4.log.gz 2023-10-26T13:34:27.242 INFO:teuthology.orchestra.run.smithi067.stderr: 93.1% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.7.log.gz 2023-10-26T13:34:27.346 INFO:teuthology.orchestra.run.smithi067.stderr: 93.1% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.5.log.gz 2023-10-26T13:34:27.358 INFO:teuthology.orchestra.run.smithi067.stderr: 93.0% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.1.log.gz 2023-10-26T13:34:27.383 INFO:teuthology.orchestra.run.smithi175.stderr: 93.1% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.0.log.gz 2023-10-26T13:34:27.386 INFO:teuthology.orchestra.run.smithi175.stderr: 92.9% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.6.log.gz 2023-10-26T13:34:27.387 INFO:teuthology.orchestra.run.smithi175.stderr: 2023-10-26T13:34:27.388 INFO:teuthology.orchestra.run.smithi175.stderr:real 0m0.556s 2023-10-26T13:34:27.388 INFO:teuthology.orchestra.run.smithi175.stderr:user 0m1.994s 2023-10-26T13:34:27.388 INFO:teuthology.orchestra.run.smithi175.stderr:sys 0m0.080s 2023-10-26T13:34:27.411 INFO:teuthology.orchestra.run.smithi067.stderr: 93.5% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-osd.3.log.gz 2023-10-26T13:34:27.515 INFO:teuthology.orchestra.run.smithi067.stderr: 89.9% -- replaced with /var/log/ceph/ab97ef72-7400-11ee-8db9-212e2dc638e7/ceph-mon.smithi067.log.gz 2023-10-26T13:34:27.517 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-10-26T13:34:27.517 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m0.685s 2023-10-26T13:34:27.518 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m2.849s 2023-10-26T13:34:27.518 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.116s 2023-10-26T13:34:27.518 INFO:tasks.cephadm:Archiving logs... 2023-10-26T13:34:27.519 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356/remote/ubuntu@smithi067.front.sepia.ceph.com/log 2023-10-26T13:34:27.520 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-26T13:34:27.979 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356/remote/ubuntu@smithi175.front.sepia.ceph.com/log 2023-10-26T13:34:27.981 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-26T13:34:28.303 INFO:tasks.cephadm:Removing cluster... 2023-10-26T13:34:28.303 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 --force 2023-10-26T13:34:28.689 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ab97ef72-7400-11ee-8db9-212e2dc638e7 --force 2023-10-26T13:34:29.055 INFO:tasks.cephadm:Removing cephadm ... 2023-10-26T13:34:29.055 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-26T13:34:29.075 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-26T13:34:29.093 INFO:tasks.cephadm:Teardown complete 2023-10-26T13:34:29.094 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-10-26T13:34:29.104 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_1... 2023-10-26T13:34:29.105 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_1 2023-10-26T13:34:29.244 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-26T13:34:29.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:29.246 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_2... 2023-10-26T13:34:29.246 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_2 2023-10-26T13:34:29.373 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-26T13:34:29.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:29.375 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_3... 2023-10-26T13:34:29.375 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_3 2023-10-26T13:34:29.500 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-26T13:34:29.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:29.502 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_4... 2023-10-26T13:34:29.502 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_4 2023-10-26T13:34:29.626 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-26T13:34:29.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:29.628 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-10-26T13:34:29.629 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/scratch_devs 2023-10-26T13:34:29.657 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi175:/dev/vg_nvme/lv_1... 2023-10-26T13:34:29.657 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme disconnect -n lv_1 2023-10-26T13:34:29.791 INFO:teuthology.orchestra.run.smithi175.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-26T13:34:29.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:29.793 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi175:/dev/vg_nvme/lv_2... 2023-10-26T13:34:29.793 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme disconnect -n lv_2 2023-10-26T13:34:29.923 INFO:teuthology.orchestra.run.smithi175.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-26T13:34:29.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:29.925 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi175:/dev/vg_nvme/lv_3... 2023-10-26T13:34:29.925 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme disconnect -n lv_3 2023-10-26T13:34:30.045 INFO:teuthology.orchestra.run.smithi175.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-26T13:34:30.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:30.047 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi175:/dev/vg_nvme/lv_4... 2023-10-26T13:34:30.047 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme disconnect -n lv_4 2023-10-26T13:34:30.170 INFO:teuthology.orchestra.run.smithi175.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-26T13:34:30.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:30.171 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-10-26T13:34:30.172 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/scratch_devs 2023-10-26T13:34:30.199 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-26T13:34:30.215 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-26T13:34:30.216 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-26T13:34:30.219 DEBUG:teuthology.orchestra.run.smithi175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-26T13:34:30.235 INFO:teuthology.orchestra.run.smithi067.stderr:bash: ntpq: command not found 2023-10-26T13:34:30.240 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-26T13:34:30.241 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2023-10-26T13:34:30.242 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 60 +418us[ +431us] +/- 99ms 2023-10-26T13:34:30.242 INFO:teuthology.orchestra.run.smithi067.stdout:^* hv02.front.sepia.ceph.com 3 6 377 60 +288us[ +301us] +/- 58ms 2023-10-26T13:34:30.243 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 -635us[ -621us] +/- 68ms 2023-10-26T13:34:30.243 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:34:30.256 INFO:teuthology.orchestra.run.smithi175.stderr:bash: ntpq: command not found 2023-10-26T13:34:30.261 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-26T13:34:30.261 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2023-10-26T13:34:30.261 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 57 +430us[ +430us] +/- 99ms 2023-10-26T13:34:30.262 INFO:teuthology.orchestra.run.smithi175.stdout:^* hv02.front.sepia.ceph.com 3 6 377 62 +298us[ +302us] +/- 58ms 2023-10-26T13:34:30.262 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 -621us[ -618us] +/- 67ms 2023-10-26T13:34:30.262 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-26T13:34:30.263 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-26T13:34:30.273 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-26T13:34:30.274 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-26T13:34:30.283 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:34:30.390 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:34:30.475 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:34:30.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:30.511 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:34:30.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:30.547 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-26T13:34:30.566 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-26T13:34:30.577 INFO:teuthology.task.internal:Duration was 2065.625279 seconds 2023-10-26T13:34:30.577 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-26T13:34:30.587 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-26T13:34:30.588 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-26T13:34:30.590 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-26T13:34:30.638 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-26T13:34:30.639 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-26T13:34:30.984 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-26T13:34:30.984 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2023-10-26T13:34:30.985 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:34:31.010 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi175.front.sepia.ceph.com 2023-10-26T13:34:31.010 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:34:31.035 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-26T13:34:31.036 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-26T13:34:31.052 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-26T13:34:31.129 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-26T13:34:31.130 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-26T13:34:31.134 DEBUG:teuthology.orchestra.run.smithi175:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-26T13:34:31.286 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-26T13:34:31.299 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-26T13:34:31.299 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-26T13:34:31.327 DEBUG:teuthology.orchestra.run.smithi175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-26T13:34:31.356 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-26T13:34:31.369 DEBUG:teuthology.orchestra.run.smithi067:> 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 2023-10-26T13:34:31.372 DEBUG:teuthology.orchestra.run.smithi175:> 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 2023-10-26T13:34:31.397 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2023-10-26T13:34:31.423 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = core 2023-10-26T13:34:31.473 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-26T13:34:31.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:31.491 DEBUG:teuthology.orchestra.run.smithi175:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-26T13:34:31.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-26T13:34:31.530 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-26T13:34:31.541 INFO:teuthology.task.internal:Transferring archived files... 2023-10-26T13:34:31.542 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356/remote/smithi067 2023-10-26T13:34:31.543 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-26T13:34:31.602 DEBUG:teuthology.misc:Transferring archived files from smithi175:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356/remote/smithi175 2023-10-26T13:34:31.604 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-26T13:34:31.647 INFO:teuthology.task.internal:Removing archive directory... 2023-10-26T13:34:31.648 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-26T13:34:31.651 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-26T13:34:31.698 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-26T13:34:31.710 INFO:teuthology.task.internal:Not uploading archives. 2023-10-26T13:34:31.711 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-26T13:34:31.722 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-26T13:34:31.723 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-26T13:34:31.725 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-26T13:34:31.741 INFO:teuthology.orchestra.run.smithi067.stdout: 525956 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 26 13:34 /home/ubuntu/cephtest 2023-10-26T13:34:31.755 INFO:teuthology.orchestra.run.smithi175.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 26 13:34 /home/ubuntu/cephtest 2023-10-26T13:34:31.757 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-26T13:34:31.769 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-26T13:34:31.791 INFO:teuthology.nuke:Checking targets against current locks 2023-10-26T13:34:31.820 DEBUG:teuthology.nuke:shortname: smithi067 2023-10-26T13:34:31.899 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-26T13:34:31.934 DEBUG:teuthology.nuke:shortname: smithi175 2023-10-26T13:34:31.934 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-26T13:34:31.968 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-26 12:51:42.705515', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8Zkfr5DYI9cfBkWOMgWlCwa66bxwJM6NE6bzvIdlIuAAMymiNXM+6uMRWyogpMNbK6iNgAhZpH2leISyjxdxc='} 2023-10-26T13:34:31.973 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-25_14:34:26-rados-wip-yuri5-testing-2023-10-24-0737-pacific-distro-default-smithi/7437356', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-26 12:51:42.704273', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAPgkk0AN3lx1z37Yxo4IJme1pWTMNx4ADVGNYGwPZqGiu/mz4OQpxVTv2AFojeEwAVq3VaR87wh4kgcefHYczE='} 2023-10-26T13:34:32.031 INFO:teuthology.orchestra.console.smithi067:Power off 2023-10-26T13:34:32.032 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-26T13:34:32.055 INFO:teuthology.orchestra.console.smithi175:Power off 2023-10-26T13:34:32.055 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-26T13:34:32.065 DEBUG:teuthology.orchestra.console.smithi067:power off output: Chassis Power Control: Down/Off 2023-10-26T13:34:32.066 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T13:34:32.079 DEBUG:teuthology.orchestra.console.smithi175:power off output: Chassis Power Control: Down/Off 2023-10-26T13:34:32.080 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T13:34:32.096 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-10-26T13:34:32.104 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-10-26T13:34:36.098 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T13:34:36.107 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T13:34:36.209 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-10-26T13:34:36.217 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-10-26T13:34:40.217 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T13:34:40.226 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T13:34:40.329 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-10-26T13:34:40.336 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-10-26T13:34:44.334 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T13:34:44.343 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-26T13:34:44.445 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is off 2023-10-26T13:34:44.452 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is off 2023-10-26T13:34:44.546 INFO:teuthology.orchestra.console.smithi067:Power off completed 2023-10-26T13:34:44.554 INFO:teuthology.orchestra.console.smithi175:Power off completed 2023-10-26T13:34:44.658 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: 2065.625279188156 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=656c8e44af424df3b0b157c24e97820b status: fail success: false 2023-10-26T13:34:44.659 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-26T13:34:44.745 INFO:teuthology.run:FAIL